SoNurbsPropertyElement.GetDefault Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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
)
Public Shared Sub GetDefault (
<OutAttribute> ByRef drawStyleMask As SoNurbsPropertyElement.DrawStyles,
<OutAttribute> ByRef numSamplePoints As Integer,
<OutAttribute> ByRef color As SbColor,
<OutAttribute> ByRef isoParamCurvesPattern As UShort,
<OutAttribute> ByRef tessType As SoNurbsProperty.TessellationTypes,
<OutAttribute> ByRef tessDistance As Single,
<OutAttribute> ByRef tessAngle As Single
)
public:
static void GetDefault(
[OutAttribute] SoNurbsPropertyElement. DrawStyles% drawStyleMask,
[OutAttribute] int% numSamplePoints,
[OutAttribute] SbColor% color,
[OutAttribute] unsigned short% isoParamCurvesPattern,
[OutAttribute] SoNurbsProperty. TessellationTypes% tessType,
[OutAttribute] float% tessDistance,
[OutAttribute] float% tessAngle
)
static member GetDefault :
drawStyleMask : SoNurbsPropertyElement. DrawStyles byref *
numSamplePoints : int byref *
color : SbColor byref *
isoParamCurvesPattern : uint16 byref *
tessType : SoNurbsProperty. TessellationTypes byref *
tessDistance : float32 byref *
tessAngle : float32 byref -> unit
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
See Also