Click or drag to resize
SoNurbsPropertyElementSet Method

Sets 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 Set(
	SoState state,
	SoNode node,
	SoNurbsPropertyElementDrawStyles drawStyleMask,
	int numSamplePoints,
	SbColor color,
	ushort isoParamCurvesPattern,
	SoNurbsPropertyTessellationTypes tessType,
	float tessDistance,
	float tessAngle
)

Parameters

state
Type: OIV.Inventor.MiscSoState
node
Type: OIV.Inventor.NodesSoNode
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