DrillSurfaceBuilder Class¶
-
class
NXOpen.CAM.DrillSurfaceBuilder¶ Bases:
NXOpen.TaggedObjectRepresents a Drill Surface Builder
This is an abstract class and cannot be instantiated.
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| Surface | Returns or sets the selected surface,surface entity type covers Xform,Plane and Face |
| SurfaceOption | Returns or sets the surface option |
| Tag | Returns the Tag for this object. |
| ZcConstant | Returns or sets the zc constant, will create one plane based on this value |
Methods¶
Enumerations¶
| DrillSurfaceBuilderSurfaceType Enumeration | Drill surface type |
Property Detail¶
Surface¶
-
DrillSurfaceBuilder.Surface¶ Returns or sets the selected surface,surface entity type covers Xform,Plane and Face
-------------------------------------Getter Method
Signature
SurfaceReturns: entity type can be XFORM, PLANE or FACE Return type: NXOpen.NXObjectNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SurfaceParameters: surface ( NXOpen.NXObject) – entity type can be XFORM, PLANE or FACE.If surface type is PLANE, zcConstant value also is changed based on itNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
SurfaceOption¶
-
DrillSurfaceBuilder.SurfaceOption¶ Returns or sets the surface option
-------------------------------------Getter Method
Signature
SurfaceOptionReturns: Return type: NXOpen.CAM.DrillSurfaceBuilderSurfaceTypeNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SurfaceOptionParameters: surfaceOption ( NXOpen.CAM.DrillSurfaceBuilderSurfaceType) –New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
ZcConstant¶
-
DrillSurfaceBuilder.ZcConstant¶ Returns or sets the zc constant, will create one plane based on this value
-------------------------------------Getter Method
Signature
ZcConstantReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ZcConstantParameters: zcConstant (float) – New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)