| TransformGeometricScaling Property |
Gets or sets the geometric scaling.
Geometric transformation only affects the entities attached and leave the child nodes unaffected.
It will be merged as local transformation when you export the geometric transformation to file types that does not support it.
Namespace: Aspose.ThreeDAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic Vector3 GeometricScaling { get; set; }Public Property GeometricScaling As Vector3
Get
Set
public:
property Vector3 GeometricScaling {
Vector3 get ();
void set (Vector3 value);
}member GeometricScaling : Vector3 with get, set
Property Value
Type:
Vector3
See Also