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

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

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

Public Types

enum  Types { AtLocation, FromBase, MapFromBase }
 Identifies how the handling Core is located in space. More...
 

Properties

unsafe double AngleTolerance [get, set]
 Returns or sets the angle tolerance. More...
 
unsafe NXOpen.Die.DiePlaneBuilder BaseOrientation [get]
 Returns the base plane of the target. More...
 
unsafe NXOpen.Expression Clearance [get]
 Returns the expression containing the value to use for the clearance offset of the core from the base plane. More...
 
unsafe NXOpen.Die.DiePlaneBuilder CoreOrientation [get]
 Returns the plane of the core for deriving the rectangle and the start of the core. More...
 
unsafe NXOpen.Expression Depth [get]
 Returns the expression containing the value to use for the extrusion depth when creating the core. More...
 
unsafe double DistanceTolerance [get, set]
 Returns or sets the distance tolerance. More...
 
unsafe NXOpen.Expression Height [get]
 Returns the expression containing the value to use for the height of the core. More...
 
unsafe
NXOpen.Die.DieLocationsBuilder 
Location [get]
 Returns the center location of the handling core. More...
 
unsafe NXOpen.SelectBody Target [get]
 Returns the target solid the handling core will be subtracted from. More...
 
unsafe
NXOpen.Die.HandlingCoreBuilder.Types 
Type [get, set]
 Returns or sets the indicator defining how the handling core is located in space. More...
 
unsafe NXOpen.Expression Width [get]
 Returns the expression containing the value to use for the width of the core. 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.HandlingCore feature.

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

Default values.

Property Value

Clearance.Value

100 (millimeters part), 4 (inches part)

Depth.Value

40 (millimeters part), 1.6 (inches part)

Height.Value

100 (millimeters part), 4 (inches part)

Width.Value

75 (millimeters part), 3 (inches part)

Created in NX7.5.0

Member Enumeration Documentation

Identifies how the handling Core is located in space.

Enumerator
AtLocation 

Location specified by the user.

FromBase 

Location is an offset from the base.

MapFromBase 

Locate by finding the minimum distance to the main profile of the target and then project and offset from the base.

Used specifically for coring the main wall.

Property Documentation

unsafe double NXOpen.Die.HandlingCoreBuilder.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.DiePlaneBuilder NXOpen.Die.HandlingCoreBuilder.BaseOrientation
get

Returns the base plane of the target.

Used for orienting the core and offset if needed.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Die.HandlingCoreBuilder.Clearance
get

Returns the expression containing the value to use for the clearance offset of the core from the base plane.

Only valid when type is Die.HandlingCoreBuilder.Types.FromBase or Die.HandlingCoreBuilder.Types.MapFromBase .

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Die.DiePlaneBuilder NXOpen.Die.HandlingCoreBuilder.CoreOrientation
get

Returns the plane of the core for deriving the rectangle and the start of the core.

Only valid when type is Die.HandlingCoreBuilder.Types.AtLocation .

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Die.HandlingCoreBuilder.Depth
get

Returns the expression containing the value to use for the extrusion depth when creating the core.

Created in NX7.5.0

License requirements: None.

unsafe double NXOpen.Die.HandlingCoreBuilder.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.HandlingCoreBuilder.Height
get

Returns the expression containing the value to use for the height of the core.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Die.DieLocationsBuilder NXOpen.Die.HandlingCoreBuilder.Location
get

Returns the center location of the handling core.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.SelectBody NXOpen.Die.HandlingCoreBuilder.Target
get

Returns the target solid the handling core will be subtracted from.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Die.HandlingCoreBuilder.Types NXOpen.Die.HandlingCoreBuilder.Type
getset

Returns or sets the indicator defining how the handling core is located in space.

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.HandlingCoreBuilder.Width
get

Returns the expression containing the value to use for the width of the core.

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.