PlaneGeometryIntersectionGetShape Method |
Get the shape node that contains the computed vertices and indices.
Returns null if no shape has been computed yet.
In curve mode this is an SoLineSet. In polygon mode this is an SoIndexedFaceSet.
In both cases the vertices are in the shape node's attached SoVertexProperty
node's 'vertex' field.
The application must not modify these nodes.
Namespace: OIV.Medical.NodesAssembly: OIV.Medical (in OIV.Medical.dll) Version: 10.12.3.0.Release.03fa3fc14f5d05a3007fab6bc6264244021464bb
Syntax public SoShape GetShape()
Public Function GetShape As SoShape
public:
SoShape^ GetShape()
member GetShape : unit -> SoShape
Return Value
Type:
SoShapeSee Also