Click or drag to resize
AB4D logo

StandardTransform3D Methods

The StandardTransform3D type exposes the following members.

Methods
 NameDescription
Public methodBeginInitSignals the object that initialization is starting.
Public methodEndInitSignals the object that initialization is complete.
Public methodStatic memberGetStandardTransform3D(Model3D) GetStandardTransform3D returns a StandardTransform3D object that was set to the specified Model3D.
Public methodStatic memberGetStandardTransform3D(Visual3D) GetStandardTransform3D returns a StandardTransform3D object that was set to the specified Visual3D.
Public methodGetTranslateVector3D Returns a Vector3D created from TranslateX, TranslateY and TranslateZ properties.
Protected methodOnChanged OnChanged
Public methodReset Reset method sets all translation and rotation to zero and all scales to 1.
Public methodStatic memberSetStandardTransform3D(Model3D, StandardTransform3D, Boolean) SetStandardTransform3D sets the specified standardTransform3D as a StandardTransform3DProperty to the specified Model3D. If updateTransform3D parameter is true (by default), then the Model3D.Transform is also set to the standardTransform3D.Transform. standardTransform3D parameter can be null to clear the value.
Public methodStatic memberSetStandardTransform3D(Visual3D, StandardTransform3D, Boolean) SetStandardTransform3D sets the specified standardTransform3D as a StandardTransform3DProperty to the specified Visual3D. If updateTransform3D parameter is true (by default), then the Visual3D.Transform is also set to the standardTransform3D.Transform. standardTransform3D parameter can be null to clear the value.
Protected methodUpdateMatrix Updates the value of Transform.Matrix.
Top
See Also