Search Results for

    Show / Hide Table of Contents

    Class ConcaveFacesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ConcaveFacesBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.Features
    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
    Type Description
    NXColor

    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
    Type Description
    Direction

    Faces

    Declaration
    public ScCollector Faces { get; }
    Property Value
    Type Description
    ScCollector

    GroupInterval

    Declaration
    public double GroupInterval { get; set; }
    Property Value
    Type Description
    System.Double

    Lower

    Declaration
    public Expression Lower { get; }
    Property Value
    Type Description
    Expression

    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
    Type Description
    Expression

    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX