Class MainDimensionsBuilder
Inheritance
System.Object
System.MarshalByRefObject
MainDimensionsBuilder
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.Features.ShipDesign
Assembly: NXOpen.dll
Syntax
public class MainDimensionsBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
MainDimensionsBuilder()
Declaration
protected MainDimensionsBuilder()
Properties
AftPerpendicular
Declaration
public Expression AftPerpendicular { get; }
Property Value
Type | Description |
---|---|
Expression |
Baseline
Declaration
public Expression Baseline { get; }
Property Value
Type | Description |
---|---|
Expression |
ForwardPerpendicular
Declaration
public Expression ForwardPerpendicular { get; }
Property Value
Type | Description |
---|---|
Expression |
GridID
Declaration
public string GridID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Midship
Declaration
public Expression Midship { get; }
Property Value
Type | Description |
---|---|
Expression |
ShipBody
Declaration
public SelectBody ShipBody { get; }
Property Value
Type | Description |
---|---|
SelectBody |
Waterline
Declaration
public Expression Waterline { get; }
Property Value
Type | Description |
---|---|
Expression |
XMax
Declaration
public Expression XMax { get; }
Property Value
Type | Description |
---|---|
Expression |
XMin
Declaration
public Expression XMin { get; }
Property Value
Type | Description |
---|---|
Expression |
YMax
Declaration
public Expression YMax { get; }
Property Value
Type | Description |
---|---|
Expression |
ZMax
Declaration
public Expression ZMax { get; }
Property Value
Type | Description |
---|---|
Expression |
ZMin
Declaration
public Expression ZMin { get; }
Property Value
Type | Description |
---|---|
Expression |
Implements
System.Runtime.Remoting.Messaging.IMessageSink