Transform.SetGeometricTranslation

Transform.SetGeometricTranslation method

Sets the geometric translation. 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 SetGeometricTranslation(double x, double y, double z)

Examples

Node node = new Node();
node.Transform.SetGeometricTranslation(10, 0, 0);

See Also