Class MiddleHoleData
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class MiddleHoleData : TaggedObject, IMessageSink, IComponentBuilder
Constructors
MiddleHoleData()
Declaration
protected MiddleHoleData()
Properties
BooleanOperation
Declaration
public BooleanOperation BooleanOperation { get; }
Property Value
Type | Description |
---|---|
BooleanOperation |
EndChamferAngle
Declaration
public Expression EndChamferAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
EndChamferEnabled
Declaration
public bool EndChamferEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EndChamferOffset
Declaration
public Expression EndChamferOffset { get; }
Property Value
Type | Description |
---|---|
Expression |
FitOption
Declaration
public string FitOption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HoleDiameter
Declaration
public Expression HoleDiameter { get; }
Property Value
Type | Description |
---|---|
Expression |
MatchDimOfStartHole
Declaration
public bool MatchDimOfStartHole { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartChamferAngle
Declaration
public Expression StartChamferAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
StartChamferEnabled
Declaration
public bool StartChamferEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartChamferOffset
Declaration
public Expression StartChamferOffset { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink