Class ShipCoordinatesBuilder
Inheritance
System.Object
System.MarshalByRefObject
ShipCoordinatesBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class ShipCoordinatesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ShipCoordinatesBuilder()
Declaration
protected ShipCoordinatesBuilder()
Properties
AbsXValue
Declaration
public double AbsXValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
AbsYValue
Declaration
public double AbsYValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
AbsZValue
Declaration
public double AbsZValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
DeltaX
Declaration
public double DeltaX { get; set; }
Property Value
Type |
Description |
System.Double |
|
DeltaY
Declaration
public double DeltaY { get; set; }
Property Value
Type |
Description |
System.Double |
|
DeltaZ
Declaration
public double DeltaZ { get; set; }
Property Value
Type |
Description |
System.Double |
|
Point
Declaration
public Point Point { get; set; }
Property Value
RoutingComponent
Declaration
public SelectDisplayableObject RoutingComponent { get; }
Property Value
SelectionType
Declaration
public ShipCoordinatesBuilder.Selection SelectionType { get; set; }
Property Value
XDirection
Declaration
public ShipCoordinatesBuilder.XDirectionType XDirection { get; set; }
Property Value
XDistance
Declaration
public double XDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
XFrameOption
Declaration
public string XFrameOption { get; set; }
Property Value
Type |
Description |
System.String |
|
YDirection
Declaration
public ShipCoordinatesBuilder.YDirectionType YDirection { get; set; }
Property Value
YDistance
Declaration
public double YDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
YFrameOption
Declaration
public string YFrameOption { get; set; }
Property Value
Type |
Description |
System.String |
|
ZDirection
Declaration
public ShipCoordinatesBuilder.ZDirectionType ZDirection { get; set; }
Property Value
ZDistance
Declaration
public double ZDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZFrameOption
Declaration
public string ZFrameOption { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
CreatePointByCoordinates()
Declaration
public void CreatePointByCoordinates()
CycleRoutingPorts()
Declaration
public void CycleRoutingPorts()
Declaration
public void EvaluatePointInformation(Point3d position)
Parameters
Type |
Name |
Description |
Point3d |
position |
|
Declaration
public void EvaluateSinglePortInformation(int portIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
portIndex |
|
GetPorts(out TaggedObject[])
Declaration
public void GetPorts(out TaggedObject[] ports)
Parameters
SetPosition(Point3d)
Declaration
public void SetPosition(Point3d position)
Parameters
Type |
Name |
Description |
Point3d |
position |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink