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

Represents a NXOpen.Features.Cylinder builder More...

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

Public Types

enum  Types { AxisDiameterAndHeight, ArcAndHeight }
 the cylinder types More...
 

Properties

unsafe NXOpen.SelectICurve Arc [get]
 Returns the arc More...
 
unsafe NXOpen.Axis Axis [get, set]
 Returns or sets the axis More...
 
unsafe
NXOpen.GeometricUtilities.BooleanOperation 
BooleanOption [get]
 Returns the boolean option More...
 
unsafe NXOpen.Expression Diameter [get]
 Returns the diameter. More...
 
unsafe NXOpen.Vector3d Direction [get, set]
 Returns or sets the cylinder direction More...
 
unsafe NXOpen.Expression Height [get]
 Returns the height More...
 
unsafe NXOpen.Point3d Origin [get, set]
 Returns or sets the cylinder origin More...
 
unsafe bool ParentAssociativity [get, set]
 Returns or sets the option to keep associativity of the cylinder axis More...
 
unsafe bool ReverseDirection [get, set]
 Returns or sets the reverse direction More...
 
unsafe
NXOpen.Features.CylinderBuilder.Types 
Type [get, set]
 Returns or sets the type 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.Cylinder builder

To create a new instance of this class, use NXOpen.Features.FeatureCollection.CreateCylinderBuilder

Default values.

Property Value

BooleanOption.Type

Create

Diameter.Value

50.0 (millimeters part), 2.0 (inches part)

Height.Value

100.0 (millimeters part), 4.0 (inches part)

ReverseDirection

false

Type

AxisDiameterAndHeight

Created in NX5.0.0

Member Enumeration Documentation

the cylinder types

Enumerator
AxisDiameterAndHeight 

Axis, Diameter and Height

ArcAndHeight 

Arc and Height

Property Documentation

unsafe NXOpen.SelectICurve NXOpen.Features.CylinderBuilder.Arc
get

Returns the arc

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Axis NXOpen.Features.CylinderBuilder.Axis
getset

Returns or sets the axis

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.GeometricUtilities.BooleanOperation NXOpen.Features.CylinderBuilder.BooleanOption
get

Returns the boolean option

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Features.CylinderBuilder.Diameter
get

Returns the diameter.

This will be used only when the law type is Axis, Diameter, and Height

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Vector3d NXOpen.Features.CylinderBuilder.Direction
getset

Returns or sets the cylinder direction

Created in NX5.0.0

License requirements to get this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Expression NXOpen.Features.CylinderBuilder.Height
get

Returns the height

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Point3d NXOpen.Features.CylinderBuilder.Origin
getset

Returns or sets the cylinder origin

Created in NX5.0.0

License requirements to get this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.CylinderBuilder.ParentAssociativity
getset

Returns or sets the option to keep associativity of the cylinder axis

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.CylinderBuilder.ReverseDirection
getset

Returns or sets the reverse direction

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Features.CylinderBuilder.Types NXOpen.Features.CylinderBuilder.Type
getset

Returns or sets the type

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")


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