Class Xform
Inheritance
System.Object
System.MarshalByRefObject
Xform
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class Xform : SmartObject, IMessageSink, IFitTo, INXObject
Constructors
Xform()
Declaration
protected Xform()
Properties
Orientation
Declaration
public Matrix3x3 Orientation { get; }
Property Value
Type | Description |
---|---|
Matrix3x3 |
Origin
Declaration
public Point3d Origin { get; }
Property Value
Type | Description |
---|---|
Point3d |
Scale
Declaration
public double Scale { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
SetOrientation(Matrix3x3)
Declaration
public void SetOrientation(Matrix3x3 orientation)
Parameters
Type | Name | Description |
---|---|---|
Matrix3x3 | orientation |
SetOrigin(Point3d)
Declaration
public void SetOrigin(Point3d origin)
Parameters
Type | Name | Description |
---|---|---|
Point3d | origin |
SetScale(Double)
Declaration
public void SetScale(double scale)
Parameters
Type | Name | Description |
---|---|---|
System.Double | scale |
Implements
System.Runtime.Remoting.Messaging.IMessageSink