Class ScantlingTableBuilder
Inheritance
System.Object
System.MarshalByRefObject
ScantlingTableBuilder
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 ScantlingTableBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ScantlingTableBuilder()
Declaration
protected ScantlingTableBuilder()
Properties
LetteringLineSpaceFactor
Declaration
public double LetteringLineSpaceFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
SwapScantlingTableInfo(Int32, Int32)
Declaration
public void SwapScantlingTableInfo(int index1, int index2)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index1 | |
System.Int32 | index2 |
UpdateLetteringLineSpaceFactor()
Declaration
public void UpdateLetteringLineSpaceFactor()
UpdateScantlingTableDisplay()
Declaration
public void UpdateScantlingTableDisplay()
UpdateScantlingTableSpecialMark(Int32, String)
Declaration
public void UpdateScantlingTableSpecialMark(int index, string strNewSpeicalMark)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.String | strNewSpeicalMark |
UpdateToggleForScantlingTable(Int32, Boolean)
Declaration
public void UpdateToggleForScantlingTable(int index, bool bToggleOn)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Boolean | bToggleOn |
Implements
System.Runtime.Remoting.Messaging.IMessageSink