Click or drag to resize

SubDEdge Class

Single edge of a SubD
Inheritance Hierarchy

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class SubDEdge : SubDComponent

The SubDEdge type exposes the following members.

Properties
  NameDescription
Public propertyControlNetLine
Line representing the control net end points
Public propertyFaceCount
Number of faces for this edge
Public propertyId
Unique id within the parent SubD for this item
(Inherited from SubDComponent.)
Public propertyIsDamaged
Returns true if the SubD component is damaged.
(Inherited from SubDComponent.)
Public propertyIsDeleted
Returns true if the SubD component is deleted.
(Inherited from SubDComponent.)
Public propertyIsHidden
Returns true if the SubD component is hidden.
(Inherited from SubDComponent.)
Public propertyIsHighlighted
Returns true if the SubD component is highlighted.
(Inherited from SubDComponent.)
Public propertyIsLocked
Returns true if the SubD component is locked.
(Inherited from SubDComponent.)
Public propertyIsSelected
Returns true if the SubD component is selected.
(Inherited from SubDComponent.)
Public propertyParentSubD
SubD that this component belongs to
(Inherited from SubDComponent.)
Public propertyTag
identifies the type of subdivision edge
Public propertyVertexFrom
Start vertex for this edge
Public propertyVertexTo
End vertex for this edge
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFaceAt
Retrieve a SubDFace from this edge
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToNurbsCurve
Get a cubic, uniform, non-rational, NURBS curve that is on the edge's limit curve.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also