SoNurbsPropertyElementGet Method |
Gets the current NURBS properties attributes in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Get(
SoState state,
out SoNurbsPropertyElementDrawStyles drawStyleMask,
out int numSamplePoints,
out SbColor color,
out ushort isoParamCurvesPattern,
out SoNurbsPropertyTessellationTypes tessType,
out float tessDistance,
out float tessAngle
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef drawStyleMask As SoNurbsPropertyElementDrawStyles,
<OutAttribute> ByRef numSamplePoints As Integer,
<OutAttribute> ByRef color As SbColor,
<OutAttribute> ByRef isoParamCurvesPattern As UShort,
<OutAttribute> ByRef tessType As SoNurbsPropertyTessellationTypes,
<OutAttribute> ByRef tessDistance As Single,
<OutAttribute> ByRef tessAngle As Single
)
public:
static void Get(
SoState^ state,
[OutAttribute] SoNurbsPropertyElementDrawStyles% drawStyleMask,
[OutAttribute] int% numSamplePoints,
[OutAttribute] SbColor% color,
[OutAttribute] unsigned short% isoParamCurvesPattern,
[OutAttribute] SoNurbsPropertyTessellationTypes% tessType,
[OutAttribute] float% tessDistance,
[OutAttribute] float% tessAngle
)
static member Get :
state : SoState *
drawStyleMask : SoNurbsPropertyElementDrawStyles byref *
numSamplePoints : int byref *
color : SbColor byref *
isoParamCurvesPattern : uint16 byref *
tessType : SoNurbsPropertyTessellationTypes byref *
tessDistance : float32 byref *
tessAngle : float32 byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- drawStyleMask
- Type: OIV.Inventor.ElementsSoNurbsPropertyElementDrawStyles
- numSamplePoints
- Type: SystemInt32
- color
- Type: OIV.InventorSbColor
- isoParamCurvesPattern
- Type: SystemUInt16
- tessType
- Type: OIV.Inventor.NodesSoNurbsPropertyTessellationTypes
- tessDistance
- Type: SystemSingle
- tessAngle
- Type: SystemSingle
Remarks See Also