NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder Class Reference

Represents a NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder . More...

Inheritance diagram for NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  LoadingType { Standard, UserDefined }
 This enum represents the vehicle loading types. More...
 

Public Member Functions

unsafe void Assign (NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder other)
 Assigns value from another loading. More...
 
unsafe string[] GetDescription ()
 Gets the loading descriptions. More...
 
unsafe void SetDescription (string[] description)
 Sets the loading descriptions. More...
 
unsafe void SetReferencePlane (NXOpen.DatumPlane referencePlane)
 Sets the reference plane to represent the loading plane. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe bool Active [get, set]
 Returns or sets the status to indicate whether the loading is active or not. More...
 
unsafe NXOpen.NXColor Color [get, set]
 Returns or sets the color of loading. More...
 
unsafe
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions 
DataDefinition [get, set]
 Returns or sets the Data Definition option of loading. More...
 
unsafe
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder 
FrontWheel [get]
 Returns the front wheel data of this loading. More...
 
unsafe string Name [get, set]
 Returns or sets the name of loading. More...
 
unsafe
NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder 
RearWheel [get]
 Returns the rear wheel data of this loading. More...
 
unsafe
NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.LoadingType 
Type [get, set]
 Returns or sets the vehicle loading type. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder .

An instance of this class can be obtained from BaseDataBuilder.CreateLoading

Created in NX8.5.0

Member Enumeration Documentation

This enum represents the vehicle loading types.

Enumerator
Standard 

Standard - Defined in the registration file, user can not delete it.

UserDefined 

User-Defined - user can add or delete it.

Member Function Documentation

unsafe void NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.Assign ( NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder  other)
inline

Assigns value from another loading.

Created in NX8.5.0

License requirements: nx_general_packaging ("NX General Packaging")

Parameters
other
unsafe string [] NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.GetDescription ( )
inline

Gets the loading descriptions.

Created in NX8.5.0

License requirements: None.

Returns
unsafe void NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.SetDescription ( string[]  description)
inline

Sets the loading descriptions.

Created in NX8.5.0

License requirements: nx_general_packaging ("NX General Packaging")

Parameters
description
unsafe void NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.SetReferencePlane ( NXOpen.DatumPlane  referencePlane)
inline

Sets the reference plane to represent the loading plane.

Created in NX8.5.0

License requirements: nx_general_packaging ("NX General Packaging")

Parameters
referencePlane

Property Documentation

unsafe bool NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.Active
getset

Returns or sets the status to indicate whether the loading is active or not.

If it is true, the loading is active.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.NXColor NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.Color
getset

Returns or sets the color of loading.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder.DataDefinitionOptions NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.DataDefinition
getset

Returns or sets the Data Definition option of loading.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.FrontWheel
get

Returns the front wheel data of this loading.

Created in NX8.5.0

License requirements: None.

unsafe string NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.Name
getset

Returns or sets the name of loading.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")

unsafe NXOpen.Features.VehicleDesign.BaseDataLoadingWheelBuilder NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.RearWheel
get

Returns the rear wheel data of this loading.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.LoadingType NXOpen.Features.VehicleDesign.BaseDataLoadingBuilder.Type
getset

Returns or sets the vehicle loading type.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_general_packaging ("NX General Packaging")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.