Class PlatePreparationBuilder
Inheritance
System.Object
System.MarshalByRefObject
PlatePreparationBuilder
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 PlatePreparationBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
PlatePreparationBuilder()
Declaration
protected PlatePreparationBuilder()
Properties
CalculationMethod
Declaration
public int CalculationMethod { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CoordinateSystem
Declaration
public CoordinateSystem CoordinateSystem { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
Length
Declaration
public Expression Length { get; }
Property Value
Type | Description |
---|---|
Expression |
Width
Declaration
public Expression Width { get; }
Property Value
Type | Description |
---|---|
Expression |
XCount
Declaration
public Expression XCount { get; }
Property Value
Type | Description |
---|---|
Expression |
XDirectionType
Declaration
public int XDirectionType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
XWidth
Declaration
public Expression XWidth { get; }
Property Value
Type | Description |
---|---|
Expression |
YCount
Declaration
public Expression YCount { get; }
Property Value
Type | Description |
---|---|
Expression |
YWidth
Declaration
public Expression YWidth { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
AddPart(String)
Declaration
public void AddPart(string partName)
Parameters
Type | Name | Description |
---|---|---|
System.String | partName |
RemovePart(String)
Declaration
public void RemovePart(string partName)
Parameters
Type | Name | Description |
---|---|---|
System.String | partName |
Implements
System.Runtime.Remoting.Messaging.IMessageSink