Click or drag to resize
SoNurbsPropertyElementGet Method

Gets the current NURBS properties attributes in the state.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
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
)

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