Click or drag to resize
SoNurbsPropertyElementGetDefault Method

Get default values.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void GetDefault(
	out SoNurbsPropertyElementDrawStyles drawStyleMask,
	out int numSamplePoints,
	out SbColor color,
	out ushort isoParamCurvesPattern,
	out SoNurbsPropertyTessellationTypes tessType,
	out float tessDistance,
	out float tessAngle
)

Parameters

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