Class CmmProbingBuilder
Inheritance
System.Object
System.MarshalByRefObject
CmmProbingBuilder
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.CAM
Assembly: NXOpen.dll
Syntax
public class CmmProbingBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
CmmProbingBuilder()
Declaration
protected CmmProbingBuilder()
Properties
FeatureBaseName
Declaration
public string FeatureBaseName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InspectGeometryMask
Declaration
public int InspectGeometryMask { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PathType
Declaration
public CmmProbingBuilder.InspectionPathType PathType { get; set; }
Property Value
Type | Description |
---|---|
CmmProbingBuilder.InspectionPathType |
QuickTolerance
Declaration
public string QuickTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectInspectGeometry
Declaration
public SelectNXObjectList SelectInspectGeometry { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
SelectPMI
Declaration
public SelectNXObjectList SelectPMI { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Methods
AddTolerance()
Declaration
public Operation AddTolerance()
Returns
Type | Description |
---|---|
Operation |
ChangeGeometryGroup()
Declaration
public bool ChangeGeometryGroup()
Returns
Type | Description |
---|---|
System.Boolean |
ChangeMethod()
Declaration
public void ChangeMethod()
DeleteFeature(Operation)
Declaration
public void DeleteFeature(Operation selectedObject)
Parameters
Type | Name | Description |
---|---|---|
Operation | selectedObject |
DeleteTolerance(Operation)
Declaration
public void DeleteTolerance(Operation selectedObject)
Parameters
Type | Name | Description |
---|---|---|
Operation | selectedObject |
EditDisplay()
Declaration
public void EditDisplay()
EditEntryExitPoints()
Declaration
public void EditEntryExitPoints()
EditStartEndPoints()
Declaration
public void EditStartEndPoints()
ProcessGeometryGroup(Boolean, CAMObject[])
Declaration
public void ProcessGeometryGroup(bool add, CAMObject[] objects)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | add | |
CAMObject[] | objects |
ProcessSelectedGeometry()
Declaration
public void ProcessSelectedGeometry()
ProcessSelectedPMI()
Declaration
public void ProcessSelectedPMI()
ShowInspectGeometry()
Declaration
public void ShowInspectGeometry()
UpdateSensors()
Declaration
public void UpdateSensors()
Implements
System.Runtime.Remoting.Messaging.IMessageSink