Class InspectionSphereFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionSphereFeatureBuilder
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 InspectionSphereFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionSphereFeatureBuilder()
Declaration
protected InspectionSphereFeatureBuilder()
Properties
CenterPointX
Declaration
public double CenterPointX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterPointY
Declaration
public double CenterPointY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterPointZ
Declaration
public double CenterPointZ { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CsysRefType
Declaration
public CamInspectionOperationCsysreferencetypes CsysRefType { get; set; }
Property Value
Type | Description |
---|---|
CamInspectionOperationCsysreferencetypes |
Diameter
Declaration
public double Diameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InnerOuterType
Declaration
public CamInspectionOperationInneroutertypes InnerOuterType { get; set; }
Property Value
Type | Description |
---|---|
CamInspectionOperationInneroutertypes |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectSphere
Declaration
public SelectNXObject SelectSphere { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
Methods
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink