Class OrientationViewStyle
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Drawings
Assembly: NXOpen.dll
Syntax
public class OrientationViewStyle : NXRemotableObject, IMessageSink, IOrientationViewPreferences
Constructors
OrientationViewStyle(ViewStyle)
Declaration
protected OrientationViewStyle(ViewStyle owner)
Parameters
Type | Name | Description |
---|---|---|
ViewStyle | owner |
Properties
HingeLine
Declaration
public Direction HingeLine { get; set; }
Property Value
Type | Description |
---|---|
Direction |
RotationPlane
Declaration
public Xform RotationPlane { get; set; }
Property Value
Type | Description |
---|---|
Xform |
RotationXDirection
Declaration
public Direction RotationXDirection { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
OrientView(Matrix3x3)
Declaration
public void OrientView(Matrix3x3 matrix)
Parameters
Type | Name | Description |
---|---|---|
Matrix3x3 | matrix |
Restore()
Declaration
public void Restore()
ReverseHingeLine()
Declaration
public void ReverseHingeLine()
ReverseRotationVector()
Declaration
public void ReverseRotationVector()
Implements
System.Runtime.Remoting.Messaging.IMessageSink