SoResetTransform.whatToReset 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)
Syntaxpublic SoSFBitMask<SoResetTransform. ResetTypes> whatToReset { get; }
Public ReadOnly Property whatToReset As SoSFBitMask(Of SoResetTransform.ResetTypes)
Get
public:
property SoSFBitMask<SoResetTransform. ResetTypes>^ whatToReset {
SoSFBitMask<SoResetTransform. ResetTypes>^ get ();
}
member whatToReset : SoSFBitMask<SoResetTransform. ResetTypes> with get
Property Value
Type:
SoSFBitMask<SoResetTransform.ResetTypes>
Remarks
See Also