Click or drag to resize
AB4D logo

StandardTransform3DSetStandardTransform3D Method

Overload List
 NameDescription
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.
Top
See Also