SubDEdgeChain Constructor (SubD) |
Creates an empty chain in the given SubD.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic SubDEdgeChain(
SubD subd
)
Public Sub New (
subd As SubD
)
Parameters
- subd
- Type: Rhino.GeometrySubD
The SubD the chain will run through.
See Also