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

Represents a container feature on a part. More...

Inheritance diagram for NXOpen.Features.IContainerFeature:
NXOpen.INXObject NXOpen.Features.InstanceFeature NXOpen.Features.Mirror NXOpen.Features.PatternFeature NXOpen.Features.PatternGeometry

Public Member Functions

NXOpen.Features.Feature[] GetAllContainedFeatures ()
 Returns all the features contained in this container feature. More...
 
NXOpen.Body[] GetAssociatedBodies ()
 Returns all the bodies created, modified and split by the container feature's "contained" features More...
 
NXOpen.DisplayableObject[] GetAssociatedCurvesPointsDatums ()
 Returns all the entities(curves,points and datums) created by the container feature's "contained" features More...
 
NXOpen.Edge[] GetAssociatedEdges ()
 Returns all the edges created, modified and split by the container feature's "contained" features More...
 
NXOpen.Face[] GetAssociatedFaces ()
 Returns all the faces created, modified and split by the container feature's "contained" features More...
 
NXOpen.Features.Feature[] GetImmediateContainedFeatures ()
 Returns the Immediate Contained features within the container feature More...
 
- Public Member Functions inherited from NXOpen.INXObject
NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
void Print ()
 Prints a representation of this object to the system log file. More...
 
void SetName (string name)
 Sets the custom name of the object. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Detailed Description

Represents a container feature on a part.

A container feature contains and maintains other features which produce or modify geometry.The container feature does not operate on any geometry directly. Feature such as NXOpen.Features.PatternFeature is an example of container feature.

Created in NX8.5.0

Member Function Documentation

NXOpen.Features.Feature [] NXOpen.Features.IContainerFeature.GetAllContainedFeatures ( )

Returns all the features contained in this container feature.

This method will cycle through any container features contained by this container feature to return the complete set of contained features.

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Returns

Implemented in NXOpen.Features.InstanceFeature, NXOpen.Features.Mirror, NXOpen.Features.PatternFeature, and NXOpen.Features.PatternGeometry.

NXOpen.Body [] NXOpen.Features.IContainerFeature.GetAssociatedBodies ( )

Returns all the bodies created, modified and split by the container feature's "contained" features

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Returns

Implemented in NXOpen.Features.InstanceFeature, NXOpen.Features.Mirror, NXOpen.Features.PatternFeature, and NXOpen.Features.PatternGeometry.

NXOpen.DisplayableObject [] NXOpen.Features.IContainerFeature.GetAssociatedCurvesPointsDatums ( )

Returns all the entities(curves,points and datums) created by the container feature's "contained" features

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Returns

Implemented in NXOpen.Features.InstanceFeature, NXOpen.Features.Mirror, NXOpen.Features.PatternFeature, and NXOpen.Features.PatternGeometry.

NXOpen.Edge [] NXOpen.Features.IContainerFeature.GetAssociatedEdges ( )

Returns all the edges created, modified and split by the container feature's "contained" features

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Returns

Implemented in NXOpen.Features.InstanceFeature, NXOpen.Features.Mirror, NXOpen.Features.PatternFeature, and NXOpen.Features.PatternGeometry.

NXOpen.Face [] NXOpen.Features.IContainerFeature.GetAssociatedFaces ( )

Returns all the faces created, modified and split by the container feature's "contained" features

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Returns

Implemented in NXOpen.Features.InstanceFeature, NXOpen.Features.Mirror, NXOpen.Features.PatternFeature, and NXOpen.Features.PatternGeometry.

NXOpen.Features.Feature [] NXOpen.Features.IContainerFeature.GetImmediateContainedFeatures ( )

Returns the Immediate Contained features within the container feature

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Returns

Implemented in NXOpen.Features.InstanceFeature, NXOpen.Features.Mirror, NXOpen.Features.PatternFeature, and NXOpen.Features.PatternGeometry.


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