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

Represents a NXOpen.Features.VehicleDesign.StaticCurb builder used to create or edit static curb feature More...

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

Public Types

enum  PositionType { Front, Rear, Both }
 Represents the static curb positions. More...
 
enum  RequirementsControlType { StandardDriven, UserDefined }
 Represents the requirements control types to define the static curb. More...
 
enum  VisualizationType { Curve, Surface, CurveandSurface }
 Represents the visualization types of the output. More...
 

Properties

unsafe NXOpen.Expression FrontAngle [get]
 Returns the expression containing the front angle. More...
 
unsafe string FrontLoading [get, set]
 Returns or sets the loading applied to the vehicle front used in the static curb. More...
 
unsafe NXOpen.ScCollector FrontMeasuredFaces [get]
 Returns the selected front faces for measurement. More...
 
unsafe NXOpen.Expression FrontOffset [get]
 Returns the expression containing the front offset. More...
 
unsafe
NXOpen.Features.VehicleDesign.StaticCurbBuilder.PositionType 
Position [get, set]
 Returns or sets the static curb position. More...
 
unsafe NXOpen.Expression RearAngle [get]
 Returns the expression containing the rear angle. More...
 
unsafe string RearLoading [get, set]
 Returns or sets the loading applied to the vehicle rear used in the static curb. More...
 
unsafe NXOpen.ScCollector RearMeasuredFaces [get]
 Returns the selected rear faces for measurement. More...
 
unsafe NXOpen.Expression RearOffset [get]
 Returns the expression containing the rear offset. More...
 
unsafe
NXOpen.Features.VehicleDesign.StaticCurbBuilder.RequirementsControlType 
RequirementsControl [get, set]
 Returns or sets the requirements control for standard driven or user defined. More...
 
unsafe bool ShowDistanceMeasurement [get, set]
 Returns or sets the value to show distance measurement. More...
 
unsafe string Standard [get, set]
 Returns or sets the standard used to define the static curb. More...
 
unsafe
NXOpen.Features.VehicleDesign.StaticCurbBuilder.VisualizationType 
Visualization [get, set]
 Returns or sets the visualization type of the static curb output. More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal 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

- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.VehicleDesign.StaticCurb builder used to create or edit static curb feature

To create a new instance of this class, use NXOpen.Features.VehicleDesignCollection.CreateStaticCurbBuilder

Default values.

Property Value

Position

Front

RequirementsControl

StandardDriven

Visualization

Surface

Created in NX8.5.0

Member Enumeration Documentation

Represents the static curb positions.

Enumerator
Front 

Front

Rear 

Rear

Both 

Both

Represents the requirements control types to define the static curb.

Enumerator
StandardDriven 

Standard Driven

UserDefined 

User Defined

Represents the visualization types of the output.

Enumerator
Curve 

Curve

Surface 

Surface

CurveandSurface 

Curves and Surface

Property Documentation

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.StaticCurbBuilder.FrontAngle
get

Returns the expression containing the front angle.

Created in NX8.5.0

License requirements: None.

unsafe string NXOpen.Features.VehicleDesign.StaticCurbBuilder.FrontLoading
getset

Returns or sets the loading applied to the vehicle front used in the static curb.

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.ScCollector NXOpen.Features.VehicleDesign.StaticCurbBuilder.FrontMeasuredFaces
get

Returns the selected front faces for measurement.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.StaticCurbBuilder.FrontOffset
get

Returns the expression containing the front offset.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Features.VehicleDesign.StaticCurbBuilder.PositionType NXOpen.Features.VehicleDesign.StaticCurbBuilder.Position
getset

Returns or sets the static curb position.

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.Expression NXOpen.Features.VehicleDesign.StaticCurbBuilder.RearAngle
get

Returns the expression containing the rear angle.

Created in NX8.5.0

License requirements: None.

unsafe string NXOpen.Features.VehicleDesign.StaticCurbBuilder.RearLoading
getset

Returns or sets the loading applied to the vehicle rear used in the static curb.

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.ScCollector NXOpen.Features.VehicleDesign.StaticCurbBuilder.RearMeasuredFaces
get

Returns the selected rear faces for measurement.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.StaticCurbBuilder.RearOffset
get

Returns the expression containing the rear offset.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Features.VehicleDesign.StaticCurbBuilder.RequirementsControlType NXOpen.Features.VehicleDesign.StaticCurbBuilder.RequirementsControl
getset

Returns or sets the requirements control for standard driven or user defined.

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 bool NXOpen.Features.VehicleDesign.StaticCurbBuilder.ShowDistanceMeasurement
getset

Returns or sets the value to show distance measurement.

True will show the distance measurement. False will hide the distance measurement.

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 string NXOpen.Features.VehicleDesign.StaticCurbBuilder.Standard
getset

Returns or sets the standard used to define the static curb.

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.StaticCurbBuilder.VisualizationType NXOpen.Features.VehicleDesign.StaticCurbBuilder.Visualization
getset

Returns or sets the visualization type of the static curb output.

See NXOpen.Features.VehicleDesign.StaticCurbBuilder.VisualizationType for valid values.

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.