Class BaseDataLoadingBuilder
Inheritance
System.Object
System.MarshalByRefObject
BaseDataLoadingBuilder
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.VehicleDesign
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
Type | Description |
---|---|
System.Boolean |
Color
Declaration
public NXColor Color { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
DataDefinition
Declaration
public BaseDataLoadingWheelBuilder.DataDefinitionOptions DataDefinition { get; set; }
Property Value
Type | Description |
---|---|
BaseDataLoadingWheelBuilder.DataDefinitionOptions |
FrontWheel
Declaration
public BaseDataLoadingWheelBuilder FrontWheel { get; }
Property Value
Type | Description |
---|---|
BaseDataLoadingWheelBuilder |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RearWheel
Declaration
public BaseDataLoadingWheelBuilder RearWheel { get; }
Property Value
Type | Description |
---|---|
BaseDataLoadingWheelBuilder |
Type
Declaration
public BaseDataLoadingBuilder.LoadingType Type { get; set; }
Property Value
Type | Description |
---|---|
BaseDataLoadingBuilder.LoadingType |
Methods
Assign(BaseDataLoadingBuilder)
Declaration
public void Assign(BaseDataLoadingBuilder other)
Parameters
Type | Name | Description |
---|---|---|
BaseDataLoadingBuilder | other |
GetDescription()
Declaration
public string[] GetDescription()
Returns
Type | Description |
---|---|
System.String[] |
SetDescription(String[])
Declaration
public void SetDescription(string[] description)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | description |
SetReferencePlane(DatumPlane)
Declaration
public void SetReferencePlane(DatumPlane referencePlane)
Parameters
Type | Name | Description |
---|---|---|
DatumPlane | referencePlane |
Implements
System.Runtime.Remoting.Messaging.IMessageSink