Class FaceCurvatureAnalysisBuilder
Inheritance
System.Object
System.MarshalByRefObject
FaceCurvatureAnalysisBuilder
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 FaceCurvatureAnalysisBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
FaceCurvatureAnalysisBuilder()
Declaration
protected FaceCurvatureAnalysisBuilder()
Properties
ContourRefinement
Declaration
public int ContourRefinement { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ContourShift
Declaration
public double ContourShift { get; set; }
Property Value
Type |
Description |
System.Double |
|
CurvatureSectionPlane
Declaration
public Plane CurvatureSectionPlane { get; set; }
Property Value
CurvatureType
Declaration
public FaceCurvatureAnalysisBuilder.CurvatureTypes CurvatureType { get; set; }
Property Value
DisplayType
Declaration
public FaceCurvatureAnalysisBuilder.DisplayTypes DisplayType { get; set; }
Property Value
MapCenter
Declaration
public double MapCenter { get; set; }
Property Value
Type |
Description |
System.Double |
|
MapRange
Declaration
public double MapRange { get; set; }
Property Value
Type |
Description |
System.Double |
|
NormalOption
Declaration
public FaceCurvatureAnalysisBuilder.DirectionTypes NormalOption { get; set; }
Property Value
NormalOrientation
Declaration
public Matrix3x3 NormalOrientation { get; set; }
Property Value
NormalOrigin
Declaration
public Point3d NormalOrigin { get; set; }
Property Value
NormalVector
Declaration
public Direction NormalVector { get; set; }
Property Value
NumberOfContours
Declaration
public int NumberOfContours { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Resolution
Declaration
public DisplayResolutionBuilder Resolution { get; }
Property Value
ReverseIndividual
Declaration
public SelectDisplayableObject ReverseIndividual { get; }
Property Value
ScaleType
Declaration
public FaceCurvatureAnalysisBuilder.ScaleTypes ScaleType { get; set; }
Property Value
SectionOption
Declaration
public FaceCurvatureAnalysisBuilder.DirectionTypes SectionOption { get; set; }
Property Value
SectionOrientation
Declaration
public Matrix3x3 SectionOrientation { get; set; }
Property Value
SectionOrigin
Declaration
public Point3d SectionOrigin { get; set; }
Property Value
SelectObject
Declaration
public SelectDisplayableObjectList SelectObject { get; }
Property Value
ShowZeroContour
Declaration
public bool ShowZeroContour { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
DeselectFaces(DisplayableObject[])
Declaration
public void DeselectFaces(DisplayableObject[] faces)
Parameters
ReverseAllNormals()
Declaration
public void ReverseAllNormals()
ReverseIndividualNormal(DisplayableObject)
Declaration
public void ReverseIndividualNormal(DisplayableObject face)
Parameters
UpdateReverseMap()
Declaration
public void UpdateReverseMap()
Implements
System.Runtime.Remoting.Messaging.IMessageSink