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

Represents a NXOpen.GeometricUtilities.StartHoleData More...

Inheritance diagram for NXOpen.GeometricUtilities.StartHoleData:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  HoleForms { Simple, Counterbored, Countersink }
 This enum represents hole form options in start plate of hole series. More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.GeometricUtilities.BooleanOperation 
BooleanOperation [get]
 Returns the boolean operation More...
 
unsafe NXOpen.Expression CounterboreDepth [get]
 Returns the counterbore depth More...
 
unsafe NXOpen.Expression CounterboreDiameter [get]
 Returns the counterbore diameter More...
 
unsafe NXOpen.Expression CountersinkAngle [get]
 Returns the countersink angle More...
 
unsafe NXOpen.Expression CountersinkDiameter [get]
 Returns the countersink diameter More...
 
unsafe NXOpen.Expression EndChamferAngle [get]
 Returns the end chamfer angle More...
 
unsafe bool EndChamferEnabled [get, set]
 Returns or sets the end chamfer enabled More...
 
unsafe NXOpen.Expression EndChamferOffset [get]
 Returns the end chamfer offset More...
 
unsafe string FitOption [get, set]
 Returns or sets the fit option More...
 
unsafe NXOpen.Expression HoleDiameter [get]
 Returns the hole diameter More...
 
unsafe
NXOpen.GeometricUtilities.StartHoleData.HoleForms 
HoleForm [get, set]
 Returns or sets the hole form More...
 
unsafe NXOpen.Expression NeckChamferAngle [get]
 Returns the neck chamfer angle More...
 
unsafe bool NeckChamferEnabled [get, set]
 Returns or sets the neck chamfer enabled More...
 
unsafe NXOpen.Expression NeckChamferOffset [get]
 Returns the neck chamfer offset More...
 
unsafe NXOpen.Expression ReliefDepth [get]
 Returns the relief depth More...
 
unsafe bool ReliefEnabled [get, set]
 Returns or sets the relief enabled More...
 
unsafe string ScrewSize [get, set]
 Returns or sets the screw size More...
 
unsafe string ScrewType [get, set]
 Returns or sets the screw type More...
 
unsafe NXOpen.Expression StartChamferAngle [get]
 Returns the start chamfer angle More...
 
unsafe bool StartChamferEnabled [get, set]
 Returns or sets the start chamfer enabled More...
 
unsafe NXOpen.Expression StartChamferOffset [get]
 Returns the start chamfer offset 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.GeometricUtilities.StartHoleData

Created in NX5.0.2

Member Enumeration Documentation

This enum represents hole form options in start plate of hole series.

Enumerator
Simple 

Simple hole form

Counterbored 

Counterbored hole form

Countersink 

Countersink hole form

Member Function Documentation

unsafe bool NXOpen.GeometricUtilities.StartHoleData.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.GeometricUtilities.BooleanOperation NXOpen.GeometricUtilities.StartHoleData.BooleanOperation
get

Returns the boolean operation

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.CounterboreDepth
get

Returns the counterbore depth

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.CounterboreDiameter
get

Returns the counterbore diameter

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.CountersinkAngle
get

Returns the countersink angle

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.CountersinkDiameter
get

Returns the countersink diameter

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.EndChamferAngle
get

Returns the end chamfer angle

Created in NX5.0.2

License requirements: None.

unsafe bool NXOpen.GeometricUtilities.StartHoleData.EndChamferEnabled
getset

Returns or sets the end chamfer enabled

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.EndChamferOffset
get

Returns the end chamfer offset

Created in NX5.0.2

License requirements: None.

unsafe string NXOpen.GeometricUtilities.StartHoleData.FitOption
getset

Returns or sets the fit option

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.HoleDiameter
get

Returns the hole diameter

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.GeometricUtilities.StartHoleData.HoleForms NXOpen.GeometricUtilities.StartHoleData.HoleForm
getset

Returns or sets the hole form

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.NeckChamferAngle
get

Returns the neck chamfer angle

Created in NX5.0.2

License requirements: None.

unsafe bool NXOpen.GeometricUtilities.StartHoleData.NeckChamferEnabled
getset

Returns or sets the neck chamfer enabled

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.NeckChamferOffset
get

Returns the neck chamfer offset

Created in NX5.0.2

License requirements: None.

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.ReliefDepth
get

Returns the relief depth

Created in NX5.0.2

License requirements: None.

unsafe bool NXOpen.GeometricUtilities.StartHoleData.ReliefEnabled
getset

Returns or sets the relief enabled

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe string NXOpen.GeometricUtilities.StartHoleData.ScrewSize
getset

Returns or sets the screw size

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe string NXOpen.GeometricUtilities.StartHoleData.ScrewType
getset

Returns or sets the screw type

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.StartChamferAngle
get

Returns the start chamfer angle

Created in NX5.0.2

License requirements: None.

unsafe bool NXOpen.GeometricUtilities.StartHoleData.StartChamferEnabled
getset

Returns or sets the start chamfer enabled

Created in NX5.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.Expression NXOpen.GeometricUtilities.StartHoleData.StartChamferOffset
get

Returns the start chamfer offset

Created in NX5.0.2

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.