Cylinder Methods |
The Cylinder type exposes the following members.
| Name | Description | |
|---|---|---|
| CircleAt |
Compute the circle at the given elevation parameter.
| |
| EpsilonEquals |
Check that all values in other are within epsilon of the values in this
| |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LineAt |
Compute the line at the given angle parameter. This line will be degenerate if the cylinder is infinite.
| |
| ToBrep |
Constructs a Brep representation of this Cylinder.
This is synonymous with calling NurbsSurface.CreateFromCylinder().
| |
| ToNurbsSurface |
Constructs a Nurbs surface representation of this cylinder.
This is synonymous with calling NurbsSurface.CreateFromCylinder().
| |
| ToRevSurface |
Constructs a RevSurface representation of this Cylinder.
This is synonymous with calling RevSurface.CreateFromCylinder().
| |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
| Transform |
Transforms this cylinder. Note that non-similarity preserving transformations
cannot be applied to a cylinder.
|