Class HoleFeatureBuilder
Inheritance
HoleFeatureBuilder
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
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 |
string |
depth |
|
SetCounterboreDiameter(string)
Declaration
public void SetCounterboreDiameter(string diameter)
Parameters
Type |
Name |
Description |
string |
diameter |
|
SetCounterboreHole(Point3d, bool, ISurface, string, string, string)
Declaration
public void SetCounterboreHole(Point3d referencePoint, bool reverseDirection, ISurface placementFace, string diameter, string counterboreDiameter, string counterboreDepth)
Parameters
SetCountersinkAngle(string)
Declaration
public void SetCountersinkAngle(string angle)
Parameters
Type |
Name |
Description |
string |
angle |
|
SetCountersinkDiameter(string)
Declaration
public void SetCountersinkDiameter(string diameter)
Parameters
Type |
Name |
Description |
string |
diameter |
|
SetCountersinkHole(Point3d, bool, ISurface, string, string, string)
Declaration
public void SetCountersinkHole(Point3d referencePoint, bool reverseDirection, ISurface placementFace, string diameter, string countersinkDiameter, string countersinkAngle)
Parameters
SetDepth(string)
Declaration
public void SetDepth(string depth)
Parameters
Type |
Name |
Description |
string |
depth |
|
SetDepthAndTipAngle(string, string)
Declaration
public void SetDepthAndTipAngle(string depth, string tipAngle)
Parameters
SetDiameter(string)
Declaration
public void SetDiameter(string diameter)
Parameters
Type |
Name |
Description |
string |
diameter |
|
SetSimpleHole(Point3d, bool, ISurface, string)
Declaration
public void SetSimpleHole(Point3d referencePoint, bool reverseDirection, ISurface placementFace, string diameter)
Parameters
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 |
string |
tipAngle |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink