SoPolylineExtrusionApproximation3ddirection Property |
Namespace: OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometryAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec3f direction { get; }
Public ReadOnly Property direction As SoSFVec3f
Get
public:
property SoSFVec3f^ direction {
SoSFVec3f^ get ();
}
member direction : SoSFVec3f with get
Property Value
Type:
SoSFVec3fRemarks This direction is expressed in the coordinate system of the input polyline. Default (0,0,1)
See Also