Class SurfaceContinuityAnalysisBuilder
Inheritance
System.Object
System.MarshalByRefObject
SurfaceContinuityAnalysisBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class SurfaceContinuityAnalysisBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SurfaceContinuityAnalysisBuilder()
Declaration
protected SurfaceContinuityAnalysisBuilder()
Properties
AngularThreshold
Declaration
public Expression AngularThreshold { get; }
Property Value
CombOptions
Declaration
public CombOptionsBuilder CombOptions { get; }
Property Value
CurvatureCheck
Declaration
public SurfaceContinuityAnalysisBuilder.CurvatureType CurvatureCheck { get; set; }
Property Value
DistanceThreshold
Declaration
public Expression DistanceThreshold { get; }
Property Value
DynamicLabel
Declaration
public GeometricConstraintDataManager DynamicLabel { get; }
Property Value
Face
Declaration
public SelectNXObjectList Face { get; }
Property Value
FirstEdge
Declaration
public SelectNXObjectList FirstEdge { get; }
Property Value
G0
Declaration
public bool G0 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
G0Tolerance
Declaration
public double G0Tolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
G1
Declaration
public bool G1 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
G1Tolerance
Declaration
public double G1Tolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
G2
Declaration
public bool G2 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
G2Tolerance
Declaration
public double G2Tolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
G3
Declaration
public bool G3 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
G3Tolerance
Declaration
public double G3Tolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
MultiFace
Declaration
public SelectNXObjectList MultiFace { get; }
Property Value
ReportPer
Declaration
public int ReportPer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SecondEdge
Declaration
public SelectNXObjectList SecondEdge { get; }
Property Value
ShowOutOfTolerance
Declaration
public bool ShowOutOfTolerance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ToleranceMarkup
Declaration
public bool ToleranceMarkup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Type
Declaration
public SurfaceContinuityAnalysisBuilder.Types Type { get; set; }
Property Value
Methods
DeselectFirstEdgeFace(DisplayableObject, DisplayableObject)
Declaration
public void DeselectFirstEdgeFace(DisplayableObject edge, DisplayableObject face)
Parameters
DeselectSecondEdgeFace(DisplayableObject, DisplayableObject)
Declaration
public void DeselectSecondEdgeFace(DisplayableObject edge, DisplayableObject face)
Parameters
GetFace1Array()
Declaration
public Face[] GetFace1Array()
Returns
SelectFirstEdgeFace(DisplayableObject, DisplayableObject)
Declaration
public void SelectFirstEdgeFace(DisplayableObject edge, DisplayableObject face)
Parameters
SelectSecondEdgeFace(DisplayableObject, DisplayableObject)
Declaration
public void SelectSecondEdgeFace(DisplayableObject edge, DisplayableObject face)
Parameters
UpdateFace(Face, Point3d)
Declaration
public void UpdateFace(Face face, Point3d selectionPoint)
Parameters
UpdateFirstEdgeFace(DisplayableObject, Point3d)
Declaration
public void UpdateFirstEdgeFace(DisplayableObject edgeOrFace, Point3d selectionPoint)
Parameters
UpdateSecondEdgeFace(DisplayableObject, Point3d)
Declaration
public void UpdateSecondEdgeFace(DisplayableObject edgeOrFace, Point3d selectionPoint)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink