RevolvedSurf Class

Analytic revolved surface definition.
Public Class RevolvedSurf 
Inherits PlanarSurf
This language is not supported or no code example is available.
public class RevolvedSurf : PlanarSurf
This language is not supported or no code example is available.
Name Description
Protected property ExtensionAmount Gets the extension amount for untrimmed surfaces. (inherited from PlanarSurf).
Public property Generatrix Gets revolved surface curve.
Public property HasSeam Returns true when the surface has one or two seams.
Public property Index Gets surface index, when available from import of standard CAD file formats. (inherited from AnalyticSurf).
Public property Plane Gets the planar surface plane. (inherited from PlanarSurf).
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of this analytic surface.
Public method ConvertToSurrogate() Converts the analitc surface to its surrogate, for serialization purpose.
Public method Dump(linearUnitsType, massUnitsType, LayerKeyedCollection, MaterialKeyedCollection, BlockKeyedCollection)
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetSurface(ICurve[], bool) Returns the trimmed surface(s).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method GetUntrimmed(IList<ICurve>, bool, out Surface) Gets the untrimmed parametric surface. Seams can be relocated to avoid the intersection with edge curves.
Public method GetXElement() For internal use only.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method TransformBy(Transformation) Transforms this analytic surface by the provided transformation.
Top

.NET Framework

Supported in: 4.8

In this article

Definition