Class CablewaysLayoutView
Inheritance
System.Object
System.MarshalByRefObject
CablewaysLayoutView
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.Routing.Electrical
Assembly: NXOpen.dll
Syntax
public class CablewaysLayoutView : NXObject, IMessageSink, INXObject
Constructors
CablewaysLayoutView()
Declaration
protected CablewaysLayoutView()
Methods
CondemnLayoutViewEntities()
Declaration
public void CondemnLayoutViewEntities()
FlipView()
Declaration
public void FlipView()
GetViewDirection()
Declaration
public bool GetViewDirection()
Returns
Type | Description |
---|---|
System.Boolean |
GetViewMatrixAndOrigin(out Matrix3x3, out Point3d)
Declaration
public void GetViewMatrixAndOrigin(out Matrix3x3 orientation, out Point3d origin)
Parameters
Type | Name | Description |
---|---|---|
Matrix3x3 | orientation | |
Point3d | origin |
HighlightView()
Declaration
public void HighlightView()
PositionLayoutView(Matrix3x3, Point3d)
Declaration
public void PositionLayoutView(Matrix3x3 orientation, Point3d origin)
Parameters
Type | Name | Description |
---|---|---|
Matrix3x3 | orientation | |
Point3d | origin |
PositionLayoutView(Xform)
Declaration
public void PositionLayoutView(Xform toOrientation)
Parameters
Type | Name | Description |
---|---|---|
Xform | toOrientation |
UncondemnLayoutViewEntities()
Declaration
public void UncondemnLayoutViewEntities()
UnhighlightView()
Declaration
public void UnhighlightView()
Implements
System.Runtime.Remoting.Messaging.IMessageSink