Class HoleFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
HoleFeatureBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class HoleFeatureBuilder : RPOBuilder, IMessageSink, IComponentBuilder
Constructors
HoleFeatureBuilder()
Declaration
protected HoleFeatureBuilder()
Properties
CounterboreDepth
Declaration
public Expression CounterboreDepth { get; }
Property Value
CounterboreDiameter
Declaration
public Expression CounterboreDiameter { get; }
Property Value
CountersinkAngle
Declaration
public Expression CountersinkAngle { get; }
Property Value
CountersinkDiameter
Declaration
public Expression CountersinkDiameter { get; }
Property Value
Depth
Declaration
public Expression Depth { get; }
Property Value
Diameter
Declaration
public Expression Diameter { get; }
Property Value
HoleLocation
Declaration
public Point3d HoleLocation { get; set; }
Property Value
PlacementFace
Declaration
public ISurface PlacementFace { get; set; }
Property Value
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Subtype
Declaration
public HoleFeatureBuilder.HoleSubtype Subtype { get; set; }
Property Value
TipAngle
Declaration
public Expression TipAngle { get; }
Property Value
Methods
CreateHole()
Declaration
GetTargetBody()
Declaration
public Body GetTargetBody()
Returns
GetThruFace()
Declaration
public ISurface GetThruFace()
Returns
SetCounterboreDepth(String)
Declaration
public void SetCounterboreDepth(string depth)
Parameters
Type |
Name |
Description |
System.String |
depth |
|
SetCounterboreDiameter(String)
Declaration
public void SetCounterboreDiameter(string diameter)
Parameters
Type |
Name |
Description |
System.String |
diameter |
|
SetCounterboreHole(Point3d, Boolean, ISurface, String, String, String)
Declaration
public void SetCounterboreHole(Point3d referencePoint, bool reverseDirection, ISurface placementFace, string diameter, string counterboreDiameter, string counterboreDepth)
Parameters
Type |
Name |
Description |
Point3d |
referencePoint |
|
System.Boolean |
reverseDirection |
|
ISurface |
placementFace |
|
System.String |
diameter |
|
System.String |
counterboreDiameter |
|
System.String |
counterboreDepth |
|
SetCountersinkAngle(String)
Declaration
public void SetCountersinkAngle(string angle)
Parameters
Type |
Name |
Description |
System.String |
angle |
|
SetCountersinkDiameter(String)
Declaration
public void SetCountersinkDiameter(string diameter)
Parameters
Type |
Name |
Description |
System.String |
diameter |
|
SetCountersinkHole(Point3d, Boolean, ISurface, String, String, String)
Declaration
public void SetCountersinkHole(Point3d referencePoint, bool reverseDirection, ISurface placementFace, string diameter, string countersinkDiameter, string countersinkAngle)
Parameters
Type |
Name |
Description |
Point3d |
referencePoint |
|
System.Boolean |
reverseDirection |
|
ISurface |
placementFace |
|
System.String |
diameter |
|
System.String |
countersinkDiameter |
|
System.String |
countersinkAngle |
|
SetDepth(String)
Declaration
public void SetDepth(string depth)
Parameters
Type |
Name |
Description |
System.String |
depth |
|
SetDepthAndTipAngle(String, String)
Declaration
public void SetDepthAndTipAngle(string depth, string tipAngle)
Parameters
Type |
Name |
Description |
System.String |
depth |
|
System.String |
tipAngle |
|
SetDiameter(String)
Declaration
public void SetDiameter(string diameter)
Parameters
Type |
Name |
Description |
System.String |
diameter |
|
SetSimpleHole(Point3d, Boolean, ISurface, String)
Declaration
public void SetSimpleHole(Point3d referencePoint, bool reverseDirection, ISurface placementFace, string diameter)
Parameters
Type |
Name |
Description |
Point3d |
referencePoint |
|
System.Boolean |
reverseDirection |
|
ISurface |
placementFace |
|
System.String |
diameter |
|
SetTargetBody(Body)
Declaration
public void SetTargetBody(Body targetBody)
Parameters
Type |
Name |
Description |
Body |
targetBody |
|
SetThruFace(ISurface)
Declaration
public void SetThruFace(ISurface thruFace)
Parameters
SetTipAngle(String)
Declaration
public void SetTipAngle(string tipAngle)
Parameters
Type |
Name |
Description |
System.String |
tipAngle |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink