Click or drag to resize
SoNurbsPropertyElement.GetDefault Method

Get default values.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static void GetDefault(
	out SoNurbsPropertyElement. DrawStyles drawStyleMask,
	out int numSamplePoints,
	out SbColor color,
	out ushort isoParamCurvesPattern,
	out SoNurbsProperty. TessellationTypes tessType,
	out float tessDistance,
	out float tessAngle
)

Parameters

drawStyleMask
Type: OIV.Inventor.Elements.SoNurbsPropertyElement.DrawStyles
numSamplePoints
Type: System.Int32
color
Type: OIV.Inventor.SbColor
isoParamCurvesPattern
Type: System.UInt16
tessType
Type: OIV.Inventor.Nodes.SoNurbsProperty.TessellationTypes
tessDistance
Type: System.Single
tessAngle
Type: System.Single
Remarks