Class InspectionSphereFeatureBuilder
Inheritance
InspectionSphereFeatureBuilder
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
CenterPointY
Declaration
public double CenterPointY { get; set; }
Property Value
CenterPointZ
Declaration
public double CenterPointZ { get; set; }
Property Value
CsysRefType
Declaration
public CamInspectionOperationCsysreferencetypes CsysRefType { get; set; }
Property Value
DataFilterBuilder
Declaration
public InspectionFeatureDataFilterBuilder DataFilterBuilder { get; }
Property Value
Diameter
Declaration
public double Diameter { get; set; }
Property Value
InnerOuterType
Declaration
public CamInspectionOperationInneroutertypes InnerOuterType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
SelectSphere
Declaration
public SelectNXObject SelectSphere { get; }
Property Value
Methods
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink