SoResetTransformwhatToReset Property |
Specifies which items to reset when the node is traversed.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFBitMask<SoResetTransformResetTypes> whatToReset { get; }
Public ReadOnly Property whatToReset As SoSFBitMask(Of SoResetTransformResetTypes)
Get
public:
property SoSFBitMask<SoResetTransformResetTypes>^ whatToReset {
SoSFBitMask<SoResetTransformResetTypes>^ get ();
}
member whatToReset : SoSFBitMask<SoResetTransformResetTypes> with get
Property Value
Type:
SoSFBitMaskSoResetTransformResetTypesRemarks See Also