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

Represents an assembly cut feature. More...

Inheritance diagram for NXOpen.Features.AssemblyCut:
NXOpen.Features.BodyFeature NXOpen.Features.Feature NXOpen.NXObject NXOpen.IProfile NXOpen.IFitTo NXOpen.TaggedObject NXOpen.INXObject NXOpen.INXObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.Features.BodyFeature[] 
GetBooleanBodyFeatures ()
 Returns the boolean features More...
 
unsafe NXOpen.Features.Promotion[] GetPromotionFeatures ()
 Returns the promoted features More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.Features.Feature
enum  BooleanType {
  Create, Unite, Subtract, Intersect,
  EmbossNormalSide = 8, EmbossOppositeNormalSide
}
 Boolean operation type. More...
 
enum  DiagnosticType { Information = 1, Warning }
 Diagnostic type More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Features.Feature
unsafe int AlgorithmVersion [get]
 Returns the algorithm version of the feature More...
 
unsafe
NXOpen.Features.IContainerFeature 
ContainerFeature [get]
 Returns the container feature for this feature. More...
 
unsafe string FeatureType [get]
 Returns the feature type More...
 
unsafe bool IsContainedFeature [get]
 Returns true if the feature is a contained feature. More...
 
unsafe bool IsInternal [get]
 Returns true if the feature is internal. More...
 
unsafe NXOpen.Point3d Location [get]
 Returns the location of the feature More...
 
unsafe bool Suppressed [get]
 Returns the suppression status of the feature More...
 
unsafe int Timestamp [get]
 Returns the timestamp of the feature More...
 

Detailed Description

Represents an assembly cut feature.

Input to this class can be PSM facet objects.

The assembly cut feature contains child features. There are two types of child features:

Promotion Feature

The promotion feature can be tool or target that was promoted earlier from a subassembly/component.

Boolean Body Feature

The boolean body feature that is the result of the subtraction from tool and target.

USAGE EXAMPLE: To query the faces from the assembly cut results, one must use NXOpen.Features.AssemblyCut.GetBooleanBodyFeatures to obtain the results (there may be multiple subtractions due to multiple tools/bodies,) followed by using Features.Feature.GetFaces to obtain the faces of each result.

To create or edit an instance of this class, use NXOpen.Features.AssemblyCutBuilder

Created in NX6.0.0

Member Function Documentation

unsafe NXOpen.Features.BodyFeature [] NXOpen.Features.AssemblyCut.GetBooleanBodyFeatures ( )
inline

Returns the boolean features

Created in NX8.5.0

License requirements: None.

Returns
unsafe NXOpen.Features.Promotion [] NXOpen.Features.AssemblyCut.GetPromotionFeatures ( )
inline

Returns the promoted features

Created in NX8.5.0

License requirements: None.

Returns

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