Transform.SetGeometricScaling

Transform.SetGeometricScaling method

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.

public Transform SetGeometricScaling(double sx, double sy, double sz)

Examples

Node node = new Node();
node.Transform.SetGeometricScaling(2, 2, 2);

See Also