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

Represents a hole package and hole series feature. More...

Inheritance diagram for NXOpen.Features.HolePackage:
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 void GetDirections (out NXOpen.Vector3d[] directions)
 Returns the number of holes and corresponding directions of the hole package More...
 
unsafe NXOpen.Features.Feature GetHoleSeriesEndHoleFeature ()
 Returns the end hole feature in hole series feature More...
 
unsafe NXOpen.Features.Feature[] GetHoleSeriesMiddleHoleFeatures ()
 Returns the middle hole features in hole series feature More...
 
unsafe NXOpen.Features.Feature GetHoleSeriesStartHoleFeature ()
 Returns the start hole feature in hole series feature More...
 
unsafe void GetOrigins (out NXOpen.Point3d[] origins)
 Returns the number of holes and corresponding origins of the hole package 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 a hole package and hole series feature.

Inputs to this feature can be convergent objects.

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

Created in NX5.0.2

Member Function Documentation

unsafe void NXOpen.Features.HolePackage.GetDirections ( out NXOpen.Vector3d[]  directions)
inline

Returns the number of holes and corresponding directions of the hole package

Created in NX5.0.3

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
directionsArray of origins.
unsafe NXOpen.Features.Feature NXOpen.Features.HolePackage.GetHoleSeriesEndHoleFeature ( )
inline

Returns the end hole feature in hole series feature

Created in NX5.0.4

License requirements: solid_modeling ("SOLIDS MODELING")

Returns
unsafe NXOpen.Features.Feature [] NXOpen.Features.HolePackage.GetHoleSeriesMiddleHoleFeatures ( )
inline

Returns the middle hole features in hole series feature

Created in NX5.0.4

License requirements: solid_modeling ("SOLIDS MODELING")

Returns
Array of Middle Hole Features.
unsafe NXOpen.Features.Feature NXOpen.Features.HolePackage.GetHoleSeriesStartHoleFeature ( )
inline

Returns the start hole feature in hole series feature

Created in NX5.0.4

License requirements: solid_modeling ("SOLIDS MODELING")

Returns
unsafe void NXOpen.Features.HolePackage.GetOrigins ( out NXOpen.Point3d[]  origins)
inline

Returns the number of holes and corresponding origins of the hole package

Created in NX5.0.3

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
originsArray of origins.

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