NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

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 void SetReferencePlane (NXOpen.DatumPlane referencePlane)
 Sets the reference plane to represent the loading plane. More...
 
unsafe string[] GetDescription ()
 Gets the loading descriptions. More...
 
unsafe void SetDescription (string[] description)
 Sets the loading descriptions. 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...
 

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...
 

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)

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 ( )

Gets the loading descriptions.

Created in NX8.5.0

License requirements: None.

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

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.