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

Represents a builder that is used to create or edit a NXOpen.Die.FingerClearanceNotch feature. More...

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

Public Types

enum  Types { Section, Face, SheetBody }
 Specifies what type of base geometry to build the finger clearance notch from. More...
 

Properties

unsafe double AngleTolerance [get, set]
 Returns or sets the angle tolerance. More...
 
unsafe
NXOpen.Die.DieAttributesBuilder 
Attributes [get]
 Returns the attribute title, value and face color to apply to the notch faces. More...
 
unsafe NXOpen.Die.DiePlaneBuilder BaseOrientation [get]
 Returns the plane defining the base of the target solid. More...
 
unsafe
NXOpen.Die.DieDirectionBuilder 
ClearanceDirection [get]
 Returns the direction (pointing away from the solid) in which to clear material from the target solid. More...
 
unsafe NXOpen.Expression Depth [get]
 Returns the expression containing the value for the clearance to provide into the target solid. More...
 
unsafe double DistanceTolerance [get, set]
 Returns or sets the distance tolerance. More...
 
unsafe NXOpen.Expression ExtrudeWidth [get]
 Returns the expression containing the value to use to extrude the section. More...
 
unsafe NXOpen.SelectNXObjectList Geometry [get]
 Returns the geometry to use as the definition of the notch. More...
 
unsafe bool ReverseDirection [get, set]
 Returns or sets the value to apply, for the purpose of reversing, to the derived clearance direction if a face or sheet body is specified. More...
 
unsafe NXOpen.Section Section [get]
 Returns the open section constructed from curves, edges, or a sketch. More...
 
unsafe NXOpen.SelectBody Target [get]
 Returns the target solid the finger clearance notch will be subtracted from. More...
 
unsafe
NXOpen.Die.FingerClearanceNotchBuilder.Types 
Type [get, set]
 Returns or sets the indicator specifying the type of input data that defines how to build the notch. More...
 
unsafe NXOpen.Expression Width [get]
 Returns the expression containing the value for the clearance to provide on either side of the notch. 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 builder that is used to create or edit a NXOpen.Die.FingerClearanceNotch feature.

To create a new instance of this class, use NXOpen.Die.DieCollection.CreateFingerClearanceNotchBuilder

Default values.

Property Value

Depth.Value

5 (millimeters part), 0.2 (inches part)

ExtrudeWidth.Value

0 (millimeters part), 0 (inches part)

Width.Value

5 (millimeters part), 0.2 (inches part)

Created in NX7.5.0

Member Enumeration Documentation

Specifies what type of base geometry to build the finger clearance notch from.

Enumerator
Section 

Build from an open section profile.

Face 

Build from either a single face or a set of connected faces.

SheetBody 

Build from either a sheet body or a solid body.

Property Documentation

unsafe double NXOpen.Die.FingerClearanceNotchBuilder.AngleTolerance
getset

Returns or sets the angle tolerance.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Die.DieAttributesBuilder NXOpen.Die.FingerClearanceNotchBuilder.Attributes
get

Returns the attribute title, value and face color to apply to the notch faces.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Die.DiePlaneBuilder NXOpen.Die.FingerClearanceNotchBuilder.BaseOrientation
get

Returns the plane defining the base of the target solid.

Used to orient the extrude and clearance directions.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Die.DieDirectionBuilder NXOpen.Die.FingerClearanceNotchBuilder.ClearanceDirection
get

Returns the direction (pointing away from the solid) in which to clear material from the target solid.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Die.FingerClearanceNotchBuilder.Depth
get

Returns the expression containing the value for the clearance to provide into the target solid.

Created in NX7.5.0

License requirements: None.

unsafe double NXOpen.Die.FingerClearanceNotchBuilder.DistanceTolerance
getset

Returns or sets the distance tolerance.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.FingerClearanceNotchBuilder.ExtrudeWidth
get

Returns the expression containing the value to use to extrude the section.

The extrusion direction is specified by the cross product of the base orientation and the clearance direction.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.SelectNXObjectList NXOpen.Die.FingerClearanceNotchBuilder.Geometry
get

Returns the geometry to use as the definition of the notch.

A single face or multiple connected faces can be specified, or a single sheet or body may be specified. Only valid when type is Die.FingerClearanceNotchBuilder.Types.Face or Die.FingerClearanceNotchBuilder.Types.SheetBody .

Created in NX7.5.0

License requirements: None.

unsafe bool NXOpen.Die.FingerClearanceNotchBuilder.ReverseDirection
getset

Returns or sets the value to apply, for the purpose of reversing, to the derived clearance direction if a face or sheet body is specified.

If TRUE, then the derived direction will be flipped.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Section NXOpen.Die.FingerClearanceNotchBuilder.Section
get

Returns the open section constructed from curves, edges, or a sketch.

Only valid when type is Die.FingerClearanceNotchBuilder.Types.Section .

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.SelectBody NXOpen.Die.FingerClearanceNotchBuilder.Target
get

Returns the target solid the finger clearance notch will be subtracted from.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Die.FingerClearanceNotchBuilder.Types NXOpen.Die.FingerClearanceNotchBuilder.Type
getset

Returns or sets the indicator specifying the type of input data that defines how to build the notch.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.FingerClearanceNotchBuilder.Width
get

Returns the expression containing the value for the clearance to provide on either side of the notch.

Created in NX7.5.0

License requirements: None.


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