SoNurbsProfileboundary Property |
Associate the profile with the specified boundary using an SoNurbsBoundary node.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFNode boundary { get; }
Public ReadOnly Property boundary As SoSFNode
Get
public:
property SoSFNode^ boundary {
SoSFNode^ get ();
}
member boundary : SoSFNode with get
Property Value
Type:
SoSFNode
RemarksAll profiles which are associated with the same boundary are joined together.
NOTE: field available since Open Inventor 6.0
See Also