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

Represents a CMM Inspection Constructed Feature Builder More...

Inheritance diagram for NXOpen.CAM.InspectionConstructedFeatureBuilder:
NXOpen.CAM.OperationBuilder NXOpen.CAM.ParamBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AvailableStateType { Nominal, Actual }
 State of features in available feature list More...
 
enum  ConstFeatType {
  Point, Line, Plane, Arc,
  Circle, Cylinder, Cone, Sphere,
  Curve, Torus, Surface, SlotTab
}
 Type of feature to be constructed More...
 
enum  CurrentStateType { Nominal, Actual }
 State of features in current feature list More...
 
enum  DesignCreationType { SelectExisting, CreateNew }
 Design feature creation types More...
 
enum  DestPcsEnumType { CurrentPCS, NominalPCS, ActualPCS }
 Specifies if the destination PCS is the current PCS or a user specified nominal or actual PCS More...
 
enum  DirectionType { SpecifiedVector, Radial, Feature }
 Specifies whether a minimum or maximum point are found using a user specified direction vector or a radial direction vector More...
 
enum  ExtractEdgeDistanceType { Absolute, Percentage }
 Specifies whether an extract edge distance is absolute part units or a percentage More...
 
enum  MethodEnumType {
  BestFit, Transform, Intersection, Minimum,
  Maximum, Projection, MoveByFeature, MoveByVector,
  PerpendicularTo, ParallelTo, Offset, Middle,
  ConeDiameter, ConeDistance, Extract
}
 Construction Method More...
 
enum  SubFeat1StateType { Nominal, Actual }
 State of subfeatures More...
 
enum  SubFeat2StateType { Nominal, Actual }
 State of subfeatures More...
 
- Public Types inherited from NXOpen.CAM.OperationBuilder
enum  HoleAxisTypes { Vector, Rule, RuleIfNoVector }
 Available types for Hole Axis Type in feature milling and hole making More...
 
enum  HoleDepthTypes { Point, Rule }
 Available types for Hole Depth Type in feature milling and hole making More...
 
enum  OptimizationBasedOnTypes { Dist, Orient }
 Available types for optimization based on in operation More...
 
enum  OptimizationDistanceTypes { Direct, Transition }
 Available types for optimization distance method in operation More...
 
enum  OptimizationLevelTypes { Standard, Advanced }
 Available types for optimization level in operation More...
 
- Public Types inherited from NXOpen.CAM.ParamBuilder
enum  OptimizationTypes { None, MinimizeTravel, Band }
 Available types for Optimization Method in operation More...
 

Public Member Functions

unsafe void CreateNominal ()
 The button used to create the nominal constructed feature More...
 
unsafe void CycleSolution ()
 The button used to cycle through possible solutions More...
 
unsafe string[] GetSubFeatures ()
 Get the current subfeatures More...
 
unsafe
NXOpen.CAM.InspectionConstructedFeatureBuilder.CurrentStateType[] 
GetSubFeatureStates ()
 Get the current subfeature states. More...
 
unsafe void SetSubFeatures (string[] subFeatures)
 Set the current subfeatures More...
 
unsafe void SetSubFeatureStates (NXOpen.CAM.InspectionConstructedFeatureBuilder.CurrentStateType[] subFeatureStates)
 Set the current subfeature states. More...
 
unsafe void UpdateDirectionVector (NXOpen.Vector3d vector)
 The constructed inspection feature direction vector based on selected vector More...
 
- Public Member Functions inherited from NXOpen.CAM.OperationBuilder
unsafe double[] GetHoleAxisValues ()
 Get the Hole Axis values More...
 
unsafe void SetHoleAxisValues (double[] holeAxis)
 Set the Hole Axis values More...
 
- Public Member Functions inherited from NXOpen.CAM.ParamBuilder
unsafe NXOpen.TaggedObject GetCustomizableItemBuilder (string name)
 Returns the customizable item builder for the given customizable item name More...
 
unsafe string[] GetCustomizableItemNames ()
 Returns the names for all customizable item ids 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 NXOpen.SelectNXObjectList AvailableSelection [get]
 Returns the available feature screen selection button More...
 
unsafe bool AvailFilterToggle [get, set]
 Returns or sets the toggle to filter available features More...
 
unsafe
NXOpen.CAM.InspectionConstructedFeatureBuilder.AvailableStateType 
AvailStateEnum [get, set]
 Returns or sets the available feature state (nominal or actual) More...
 
unsafe string ConstName [get, set]
 Returns or sets the constructed feature name More...
 
unsafe
NXOpen.CAM.InspectionConstructedFeatureBuilder.CurrentStateType 
CurrentStateEnum [get, set]
 Returns or sets the current feature state (nominal or actual) More...
 
unsafe
NXOpen.CAM.InspectionConstructedFeatureBuilder.DesignCreationType 
DesignCreation [get, set]
 Returns or sets the design feature creation type More...
 
unsafe NXOpen.NXObject DesignOffsetGeometry [get, set]
 Returns or sets the offset design feature geometry More...
 
unsafe
NXOpen.CAM.InspectionConstructedFeatureBuilder.DestPcsEnumType 
DestinationPcsEnum [get, set]
 Returns or sets the destination part coordinate system type More...
 
unsafe
NXOpen.CAM.InspectionConstructedFeatureBuilder.DirectionType 
DirectionSpecifiedEnum [get, set]
 Returns or sets the type of direction specified (direction vector or radial) More...
 
unsafe NXOpen.Direction DirectionVector [get, set]
 Returns or sets the direction vector More...
 
unsafe
NXOpen.CAM.InspectionConstructedFeatureBuilder.ExtractEdgeDistanceType 
ExtractEdgeDistance [get, set]
 Returns or sets the extract edge distance type type More...
 
unsafe double ExtractEndDistance [get, set]
 Returns or sets the extract end edge distance More...
 
unsafe double ExtractStartDistance [get, set]
 Returns or sets the extract start edge distance More...
 
unsafe
NXOpen.CAM.InspectionConstructedFeatureBuilder.ConstFeatType 
FeatureTypeEnum [get, set]
 Returns or sets the feature type to be constructed More...
 
unsafe
NXOpen.CAM.InspectionConstructedFeatureBuilder.MethodEnumType 
MethodEnum [get, set]
 Returns or sets the construction method to be used More...
 
unsafe double MoveDistance [get, set]
 Returns or sets the move distance More...
 
unsafe string NominalName [get, set]
 Returns or sets the nominal feature name More...
 
unsafe string PcsName [get, set]
 Returns or sets the part coordinate system name More...
 
unsafe NXOpen.SelectNXObject SelectNominalFeature [get]
 Returns the select nominal feature button More...
 
unsafe double StepSize [get, set]
 Returns or sets the extract step size More...
 
unsafe bool SubFeat1Filter [get, set]
 Returns or sets the filter toggle for the first list of subfeatures More...
 
unsafe string SubFeat1Name [get, set]
 Returns or sets the name of the first subfeature More...
 
unsafe NXOpen.SelectNXObject SubFeat1Select [get]
 Returns the first subfeature selection button More...
 
unsafe
NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat1StateType 
SubFeat1StateEnum [get, set]
 Returns or sets the state of features in the first subfeature list More...
 
unsafe bool SubFeat2Filter [get, set]
 Returns or sets the filter toggle for the second list of subfeatures More...
 
unsafe string SubFeat2Name [get, set]
 Returns or sets the name of the first subfeature More...
 
unsafe NXOpen.SelectNXObject SubFeat2Select [get]
 Returns the second subfeature selection button More...
 
unsafe
NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat2StateType 
SubFeat2StateEnum [get, set]
 Returns or sets the state of features in the second subfeature list More...
 
- Properties inherited from NXOpen.CAM.OperationBuilder
unsafe string ChannelName [get, set]
 Returns or sets the channel's name More...
 
unsafe string Description [get, set]
 Returns or sets the description More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
EndOfPath [get]
 Returns the end event builder More...
 
unsafe NXOpen.CAM.UdeSet EndUdeSet [get]
 Returns the end ude set More...
 
unsafe NXOpen.CAM.GeometryCiBuilder Geometry [get]
 Returns the geometry builder More...
 
unsafe bool GougeChecking [get, set]
 Returns or sets the gouge checking flag More...
 
unsafe
NXOpen.CAM.OperationBuilder.HoleAxisTypes 
HoleAxisType [get, set]
 Returns or sets the Hole Axis Type More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
HoleDepth [get]
 Returns the max depth distance builder More...
 
unsafe
NXOpen.CAM.OperationBuilder.HoleDepthTypes 
HoleDepthType [get, set]
 Returns or sets the Hole Depth Type More...
 
unsafe NXOpen.CAM.LayoutCiBuilder LayoutAndLayer [get]
 Returns the Layer and Layout More...
 
unsafe
NXOpen.CAM.ArcOutputTypeCiBuilder 
MotionOutputBuilder [get]
 Returns the motion output builder More...
 
unsafe NXOpen.CAM.Notes Notes [get]
 Returns the notes builder More...
 
unsafe
NXOpen.CAM.OperationBuilder.OptimizationBasedOnTypes 
OptimizationBasedOn [get, set]
 Returns or sets the optimization based on in operation More...
 
unsafe
NXOpen.CAM.OperationBuilder.OptimizationDistanceTypes 
OptimizationDistanceMethod [get, set]
 Returns or sets the optimization distance method in operation More...
 
unsafe
NXOpen.CAM.OperationBuilder.OptimizationLevelTypes 
OptimizationLevel [get, set]
 Returns or sets the optimization level in operation More...
 
unsafe
NXOpen.CAM.OperationDisplayOptionsBuilder 
PathDisplayOptions [get]
 Returns the path display options builder More...
 
unsafe string PostToolPathExit [get, set]
 Returns or sets the environment variable that points to the post tool path generation library which has the exit More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
RetractDistance [get]
 Returns the Retract Distance builder (inheritable double) More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
RetractDistanceOnToolAxisChange [get]
 Returns the Retract Distance on Tool Axis Change builder (inheritable double) More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
SafeClearance [get]
 Returns the safe clearance builder More...
 
unsafe bool SelectToolFlag [get, set]
 Returns or sets the user selected tool More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
StartOfPath [get]
 Returns the start event builder More...
 
unsafe NXOpen.CAM.UdeSet StartUdeSet [get]
 Returns the start ude set More...
 
unsafe
NXOpen.CAM.ToolChangeCiBuilder 
ToolChangeSetting [get]
 Returns the tool change builder More...
 
unsafe
NXOpen.CAM.ToolPathEditorBuilder 
ToolPathEditor [get]
 Returns the Tool Path Editor Builder More...
 
unsafe
NXOpen.CAM.ToolPathSplitParametersBuilder 
ToolPathSplitParametersBuilder [get]
 Returns the tool path split Parameters More...
 
- Properties inherited from NXOpen.CAM.ParamBuilder
unsafe NXOpen.CAM.Ude CycleEvent [get]
 Returns the cycle event More...
 
unsafe NXOpen.CAM.Cycle CycleTable [get]
 Returns the cycle More...
 
unsafe
NXOpen.CAM.ParamBuilder.OptimizationTypes 
OptimizationMethod [get, set]
 Returns or sets the optim method More...
 
unsafe NXOpen.CAM.NCGroup TargetPocket [get, set]
 Returns or sets the target pocket 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 CMM Inspection Constructed Feature Builder

To create a new instance of this class, use NXOpen.CAM.InspectionOperationCollection.CreateInspectionConstructedFeatureBuilder

Created in NX7.0.0

Member Enumeration Documentation

State of features in available feature list

Enumerator
Nominal 

Feature is in its nominal (design) state

Actual 

Feature is an actual measured feature

Type of feature to be constructed

Enumerator
Point 

Constructed Point Feature

Line 

Constructed Line Feature

Plane 

Constructed Plane Feature

Arc 

Constructed Arc Feature

Circle 

Constructed Circle Feature

Cylinder 

Constructed Cylinder Feature

Cone 

Constructed Cone Feature

Sphere 

Constructed Sphere Feature

Curve 

Constructed Curve Feature

Torus 

Constructed Torus Feature

Surface 

Constructed Surface Feature

SlotTab 

Constructed Slot/Tab Feature

State of features in current feature list

Enumerator
Nominal 

Feature is in its nominal (design) state

Actual 

Feature is an actual measured feature

Design feature creation types

Enumerator
SelectExisting 

Design feature is selected from existing features

CreateNew 

Design feature is created as a new feature

Specifies if the destination PCS is the current PCS or a user specified nominal or actual PCS

Enumerator
CurrentPCS 

Use current PCS as the destination

NominalPCS 

Use a user specified nominal PCS as the destination

ActualPCS 

Use a user specified actual PCS as the destination

Specifies whether a minimum or maximum point are found using a user specified direction vector or a radial direction vector

Enumerator
SpecifiedVector 

Use a user specified direction vector

Radial 

Use a radial direction vector

Feature 

Use a feature (nominal/actual) for the vector

Specifies whether an extract edge distance is absolute part units or a percentage

Enumerator
Absolute 

Use an absolute distance from edge

Percentage 

Use a percentage distance from edge

Construction Method

Enumerator
BestFit 

Best Fit a feature to point reducible subfeatures

Transform 

Transform a copy of a feature from one PCS to another PCS

Intersection 

Intersects features to form a point plane or circle feature

Minimum 

Finds the maximum feature measurement point in a specified direction

Maximum 

Finds the minimum feature measurement point in a specified direction

Projection 

Projects a measurement point onto a measured or nominal feature

MoveByFeature 

Moves a copy of a point reducible feature in a direction associated with another feature

MoveByVector 

Moves a copy of a point reducible feature in a user specifiec direction

PerpendicularTo 

Creates a feature perpendicular to a feature and through another feature

ParallelTo 

Creates a feature parallel to a feature and through another feature

Offset 

Creates a plane or line offset by a nominal amount to each subfeature

Middle 

Creates a point, plane or line at the middle of two sub features

ConeDiameter 

Creates a circle at diameter of a cone

ConeDistance 

Creates a circle at distance along a cone

Extract 

Creates a feature by extract neasurements from other features

State of subfeatures

Enumerator
Nominal 

Feature is in its nominal (design) state

Actual 

Feature is an actual measured feature

State of subfeatures

Enumerator
Nominal 

Feature is in its nominal (design) state

Actual 

Feature is an actual measured feature

Member Function Documentation

unsafe void NXOpen.CAM.InspectionConstructedFeatureBuilder.CreateNominal ( )
inline

The button used to create the nominal constructed feature

Created in NX7.0.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

unsafe void NXOpen.CAM.InspectionConstructedFeatureBuilder.CycleSolution ( )
inline

The button used to cycle through possible solutions

Created in NX7.0.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

unsafe string [] NXOpen.CAM.InspectionConstructedFeatureBuilder.GetSubFeatures ( )
inline

Get the current subfeatures

Created in NX7.5.1

License requirements: None.

Returns
Current subfeatures
unsafe NXOpen.CAM.InspectionConstructedFeatureBuilder.CurrentStateType [] NXOpen.CAM.InspectionConstructedFeatureBuilder.GetSubFeatureStates ( )
inline

Get the current subfeature states.

Created in NX7.5.3

License requirements: None.

Returns
Current subfeature states
unsafe void NXOpen.CAM.InspectionConstructedFeatureBuilder.SetSubFeatures ( string[]  subFeatures)
inline

Set the current subfeatures

Created in NX7.5.1

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
subFeaturesCurrent subfeatures
unsafe void NXOpen.CAM.InspectionConstructedFeatureBuilder.SetSubFeatureStates ( NXOpen.CAM.InspectionConstructedFeatureBuilder.CurrentStateType[]  subFeatureStates)
inline

Set the current subfeature states.

Created in NX7.5.3

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
subFeatureStatesCurrent subfeature states
unsafe void NXOpen.CAM.InspectionConstructedFeatureBuilder.UpdateDirectionVector ( NXOpen.Vector3d  vector)
inline

The constructed inspection feature direction vector based on selected vector

Created in NX7.5.2

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
vectorThe vector data to use for update

Property Documentation

unsafe NXOpen.SelectNXObjectList NXOpen.CAM.InspectionConstructedFeatureBuilder.AvailableSelection
get

Returns the available feature screen selection button

Created in NX7.0.0

License requirements: None.

unsafe bool NXOpen.CAM.InspectionConstructedFeatureBuilder.AvailFilterToggle
getset

Returns or sets the toggle to filter available features

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionConstructedFeatureBuilder.AvailableStateType NXOpen.CAM.InspectionConstructedFeatureBuilder.AvailStateEnum
getset

Returns or sets the available feature state (nominal or actual)

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionConstructedFeatureBuilder.ConstName
getset

Returns or sets the constructed feature name

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionConstructedFeatureBuilder.CurrentStateType NXOpen.CAM.InspectionConstructedFeatureBuilder.CurrentStateEnum
getset

Returns or sets the current feature state (nominal or actual)

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionConstructedFeatureBuilder.DesignCreationType NXOpen.CAM.InspectionConstructedFeatureBuilder.DesignCreation
getset

Returns or sets the design feature creation type

Created in NX7.5.3

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.NXObject NXOpen.CAM.InspectionConstructedFeatureBuilder.DesignOffsetGeometry
getset

Returns or sets the offset design feature geometry

Created in NX7.5.3

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionConstructedFeatureBuilder.DestPcsEnumType NXOpen.CAM.InspectionConstructedFeatureBuilder.DestinationPcsEnum
getset

Returns or sets the destination part coordinate system type

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionConstructedFeatureBuilder.DirectionType NXOpen.CAM.InspectionConstructedFeatureBuilder.DirectionSpecifiedEnum
getset

Returns or sets the type of direction specified (direction vector or radial)

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Direction NXOpen.CAM.InspectionConstructedFeatureBuilder.DirectionVector
getset

Returns or sets the direction vector

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionConstructedFeatureBuilder.ExtractEdgeDistanceType NXOpen.CAM.InspectionConstructedFeatureBuilder.ExtractEdgeDistance
getset

Returns or sets the extract edge distance type type

Created in NX8.0.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionConstructedFeatureBuilder.ExtractEndDistance
getset

Returns or sets the extract end edge distance

Created in NX8.0.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionConstructedFeatureBuilder.ExtractStartDistance
getset

Returns or sets the extract start edge distance

Created in NX8.0.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionConstructedFeatureBuilder.ConstFeatType NXOpen.CAM.InspectionConstructedFeatureBuilder.FeatureTypeEnum
getset

Returns or sets the feature type to be constructed

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionConstructedFeatureBuilder.MethodEnumType NXOpen.CAM.InspectionConstructedFeatureBuilder.MethodEnum
getset

Returns or sets the construction method to be used

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionConstructedFeatureBuilder.MoveDistance
getset

Returns or sets the move distance

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionConstructedFeatureBuilder.NominalName
getset

Returns or sets the nominal feature name

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionConstructedFeatureBuilder.PcsName
getset

Returns or sets the part coordinate system name

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.SelectNXObject NXOpen.CAM.InspectionConstructedFeatureBuilder.SelectNominalFeature
get

Returns the select nominal feature button

Created in NX7.0.0

License requirements: None.

unsafe double NXOpen.CAM.InspectionConstructedFeatureBuilder.StepSize
getset

Returns or sets the extract step size

Created in NX8.0.1

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat1Filter
getset

Returns or sets the filter toggle for the first list of subfeatures

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat1Name
getset

Returns or sets the name of the first subfeature

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.SelectNXObject NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat1Select
get

Returns the first subfeature selection button

Created in NX7.0.0

License requirements: None.

unsafe NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat1StateType NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat1StateEnum
getset

Returns or sets the state of features in the first subfeature list

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat2Filter
getset

Returns or sets the filter toggle for the second list of subfeatures

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat2Name
getset

Returns or sets the name of the first subfeature

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.SelectNXObject NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat2Select
get

Returns the second subfeature selection button

Created in NX7.0.0

License requirements: None.

unsafe NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat2StateType NXOpen.CAM.InspectionConstructedFeatureBuilder.SubFeat2StateEnum
getset

Returns or sets the state of features in the second subfeature list

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: 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.