Class ConcaveFacesBuilder
Inheritance
System.Object
System.MarshalByRefObject
ConcaveFacesBuilder
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 ConcaveFacesBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ConcaveFacesBuilder()
Declaration
protected ConcaveFacesBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
AttributeColor
Declaration
public NXColor AttributeColor { get; set; }
Property Value
AttributeTitle
Declaration
public string AttributeTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
AttributeValue
Declaration
public string AttributeValue { get; set; }
Property Value
Type |
Description |
System.String |
|
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
DrawDirection
Declaration
public Direction DrawDirection { get; set; }
Property Value
Faces
Declaration
public ScCollector Faces { get; }
Property Value
GroupInterval
Declaration
public double GroupInterval { get; set; }
Property Value
Type |
Description |
System.Double |
|
Lower
Declaration
public Expression Lower { get; }
Property Value
ReverseNormalDirection
Declaration
public bool ReverseNormalDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SamplePoints
Declaration
public int SamplePoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Upper
Declaration
public Expression Upper { get; }
Property Value
UseSurfaceNormal
Declaration
public bool UseSurfaceNormal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
CalculatePointCurvature(Face, Point3d, out Double, out Double, out Double)
Declaration
public void CalculatePointCurvature(Face faceId, Point3d point, out double radius, out double minRadius, out double maxRadius)
Parameters
Type |
Name |
Description |
Face |
faceId |
|
Point3d |
point |
|
System.Double |
radius |
|
System.Double |
minRadius |
|
System.Double |
maxRadius |
|
SetFaceAttributeColor(NXColor)
Declaration
public void SetFaceAttributeColor(NXColor attributeColor)
Parameters
Type |
Name |
Description |
NXColor |
attributeColor |
|
SetFaceGroupAttributeTitle(String)
Declaration
public void SetFaceGroupAttributeTitle(string grpAttributeTitle)
Parameters
Type |
Name |
Description |
System.String |
grpAttributeTitle |
|
SetFaceGroupAttributeValue(String)
Declaration
public void SetFaceGroupAttributeValue(string grpAttributeValue)
Parameters
Type |
Name |
Description |
System.String |
grpAttributeValue |
|
SetTreeSelectedIndex(Int32[])
Declaration
public void SetTreeSelectedIndex(int[] indexArray)
Parameters
Type |
Name |
Description |
System.Int32[] |
indexArray |
|
UpdateLocationLabel(Boolean, Point)
Declaration
public void UpdateLocationLabel(bool edit, Point point)
Parameters
Type |
Name |
Description |
System.Boolean |
edit |
|
Point |
point |
|
UpdateRadiusFaces()
Declaration
public void UpdateRadiusFaces()
UpdateSelectedFacesColor()
Declaration
public void UpdateSelectedFacesColor()
Implements
System.Runtime.Remoting.Messaging.IMessageSink