Class BaseDataLoadingBuilder
Inheritance
BaseDataLoadingBuilder
Assembly: NXOpen.dll
Syntax
public class BaseDataLoadingBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BaseDataLoadingBuilder()
Declaration
protected BaseDataLoadingBuilder()
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
Color
Declaration
public NXColor Color { get; set; }
Property Value
DataDefinition
Declaration
public BaseDataLoadingWheelBuilder.DataDefinitionOptions DataDefinition { get; set; }
Property Value
FrontDeltaLoadingCamber
Declaration
public Expression FrontDeltaLoadingCamber { get; }
Property Value
FrontDeltaLoadingCenterPointX
Declaration
public Expression FrontDeltaLoadingCenterPointX { get; }
Property Value
FrontDeltaLoadingCenterPointY
Declaration
public Expression FrontDeltaLoadingCenterPointY { get; }
Property Value
FrontDeltaLoadingCenterPointZ
Declaration
public Expression FrontDeltaLoadingCenterPointZ { get; }
Property Value
FrontDeltaLoadingStaticRadius
Declaration
public Expression FrontDeltaLoadingStaticRadius { get; }
Property Value
FrontDeltaLoadingToe
Declaration
public Expression FrontDeltaLoadingToe { get; }
Property Value
FrontDeltaLoadingWidth
Declaration
public Expression FrontDeltaLoadingWidth { get; }
Property Value
FrontLoadingCamber
Declaration
public Expression FrontLoadingCamber { get; }
Property Value
FrontLoadingCenterPointX
Declaration
public Expression FrontLoadingCenterPointX { get; }
Property Value
FrontLoadingCenterPointY
Declaration
public Expression FrontLoadingCenterPointY { get; }
Property Value
FrontLoadingCenterPointZ
Declaration
public Expression FrontLoadingCenterPointZ { get; }
Property Value
FrontLoadingStaticRadius
Declaration
public Expression FrontLoadingStaticRadius { get; }
Property Value
FrontLoadingToe
Declaration
public Expression FrontLoadingToe { get; }
Property Value
FrontLoadingWidth
Declaration
public Expression FrontLoadingWidth { get; }
Property Value
FrontWheel
Declaration
public BaseDataLoadingWheelBuilder FrontWheel { get; }
Property Value
LoadingDeltaDraft
Declaration
public Expression LoadingDeltaDraft { get; }
Property Value
LoadingValueIsEdit
Declaration
public bool LoadingValueIsEdit { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
RearDeltaLoadingCamber
Declaration
public Expression RearDeltaLoadingCamber { get; }
Property Value
RearDeltaLoadingCenterPointX
Declaration
public Expression RearDeltaLoadingCenterPointX { get; }
Property Value
RearDeltaLoadingCenterPointY
Declaration
public Expression RearDeltaLoadingCenterPointY { get; }
Property Value
RearDeltaLoadingCenterPointZ
Declaration
public Expression RearDeltaLoadingCenterPointZ { get; }
Property Value
RearDeltaLoadingStaticRadius
Declaration
public Expression RearDeltaLoadingStaticRadius { get; }
Property Value
RearDeltaLoadingToe
Declaration
public Expression RearDeltaLoadingToe { get; }
Property Value
RearDeltaLoadingWidth
Declaration
public Expression RearDeltaLoadingWidth { get; }
Property Value
RearLoadingCamber
Declaration
public Expression RearLoadingCamber { get; }
Property Value
RearLoadingCenterPointX
Declaration
public Expression RearLoadingCenterPointX { get; }
Property Value
RearLoadingCenterPointY
Declaration
public Expression RearLoadingCenterPointY { get; }
Property Value
RearLoadingCenterPointZ
Declaration
public Expression RearLoadingCenterPointZ { get; }
Property Value
RearLoadingStaticRadius
Declaration
public Expression RearLoadingStaticRadius { get; }
Property Value
RearLoadingToe
Declaration
public Expression RearLoadingToe { get; }
Property Value
RearLoadingWidth
Declaration
public Expression RearLoadingWidth { get; }
Property Value
RearWheel
Declaration
public BaseDataLoadingWheelBuilder RearWheel { get; }
Property Value
ShipDraft
Declaration
public double ShipDraft { get; set; }
Property Value
Type
Declaration
public BaseDataLoadingBuilder.LoadingType Type { get; set; }
Property Value
Methods
Assign(BaseDataLoadingBuilder)
Declaration
public void Assign(BaseDataLoadingBuilder other)
Parameters
GetDescription()
Declaration
public string[] GetDescription()
Returns
SetDescription(string[])
Declaration
public void SetDescription(string[] description)
Parameters
Type |
Name |
Description |
string[] |
description |
|
SetReferencePlane(DatumPlane)
Declaration
public void SetReferencePlane(DatumPlane referencePlane)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink