Class DesignElementRevision
Inheritance
System.Object
System.MarshalByRefObject
DesignElementRevision
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.PDM
Assembly: NXOpen.dll
Syntax
public class DesignElementRevision : ModelElementRevision, IMessageSink, INXObject, IAttributeGroupOwner
Constructors
DesignElementRevision()
Declaration
protected DesignElementRevision()
Properties
Category
Declaration
public DesignElementRevision.DesignElementCategory Category { get; }
Property Value
Type | Description |
---|---|
DesignElementRevision.DesignElementCategory |
DesignPart
Declaration
public Part DesignPart { get; }
Property Value
Type | Description |
---|---|
Part |
Modified
Declaration
public bool Modified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetDesignSubordinateRevisions()
Declaration
public DesignSubordinateRevision[] GetDesignSubordinateRevisions()
Returns
Type | Description |
---|---|
DesignSubordinateRevision[] |
GetTransform(out Point3d)
Declaration
public Matrix3x3 GetTransform(out Point3d positionInMeters)
Parameters
Type | Name | Description |
---|---|---|
Point3d | positionInMeters |
Returns
Type | Description |
---|---|
Matrix3x3 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink