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

Represents a NXOpen.Features.VehicleDesign.InnerAngle builder, used to create or edit inner angle feature. More...

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

Public Types

enum  CalculationMethodType { Circular, Interpolated }
 Represents the calculation method types to calculate inner angle output. More...
 
enum  RequirementsControlType { StandardDriven, UserDefined }
 Represents the requirements control types to define the inner angle. More...
 
enum  VisualizationType { Curve, Surface, CurveandSurface }
 Represents the visualization types of the output. More...
 
enum  WheelSizeType { StaticRadius, Diameter }
 Represents the wheel size types to calculate inner angle output. More...
 

Properties

unsafe
NXOpen.Features.VehicleDesign.InnerAngleBuilder.CalculationMethodType 
CalculationMethod [get, set]
 Returns or sets the calculation method type which determines the calculation method in the inner angle. More...
 
unsafe NXOpen.ScCollector CarBodyFaces [get]
 Returns the selected car body faces for measurement. More...
 
unsafe NXOpen.Expression InnerAngle [get]
 Returns the expression containing the inner angle. More...
 
unsafe string Loading [get, set]
 Returns or sets the loading used in the inner angle. More...
 
unsafe
NXOpen.Features.VehicleDesign.InnerAngleBuilder.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 inner angle. More...
 
unsafe
NXOpen.Features.VehicleDesign.InnerAngleBuilder.VisualizationType 
Visualization [get, set]
 Returns or sets the visualization type of the inner angle output. More...
 
unsafe
NXOpen.Features.VehicleDesign.InnerAngleBuilder.WheelSizeType 
WheelSize [get, set]
 Returns or sets the wheel size type which determines the size of the wheels in the inner angle. 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.InnerAngle builder, used to create or edit inner angle feature.

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

Default values.

Property Value

CalculationMethod

Circular

InnerAngle.Value

14

RequirementsControl

StandardDriven

ShowDistanceMeasurement

0

Visualization

Curve

WheelSize

StaticRadius

Created in NX8.5.0

Member Enumeration Documentation

Represents the calculation method types to calculate inner angle output.

Enumerator
Circular 
Interpolated 

Represents the requirements control types to define the inner angle.

Enumerator
StandardDriven 
UserDefined 

Represents the visualization types of the output.

Enumerator
Curve 
Surface 
CurveandSurface 

Represents the wheel size types to calculate inner angle output.

Enumerator
StaticRadius 
Diameter 

Property Documentation

unsafe NXOpen.Features.VehicleDesign.InnerAngleBuilder.CalculationMethodType NXOpen.Features.VehicleDesign.InnerAngleBuilder.CalculationMethod
getset

Returns or sets the calculation method type which determines the calculation method in the inner angle.

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.InnerAngleBuilder.CarBodyFaces
get

Returns the selected car body faces for measurement.

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.VehicleDesign.InnerAngleBuilder.InnerAngle
get

Returns the expression containing the inner angle.

Created in NX8.5.0

License requirements: None.

unsafe string NXOpen.Features.VehicleDesign.InnerAngleBuilder.Loading
getset

Returns or sets the loading used in the inner angle.

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.InnerAngleBuilder.RequirementsControlType NXOpen.Features.VehicleDesign.InnerAngleBuilder.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.InnerAngleBuilder.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.InnerAngleBuilder.Standard
getset

Returns or sets the standard used to define the inner angle.

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

Returns or sets the visualization type of the inner angle output.

See NXOpen.Features.VehicleDesign.InnerAngleBuilder.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")

unsafe NXOpen.Features.VehicleDesign.InnerAngleBuilder.WheelSizeType NXOpen.Features.VehicleDesign.InnerAngleBuilder.WheelSize
getset

Returns or sets the wheel size type which determines the size of the wheels in the inner angle.

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.