Search Results for

    Show / Hide Table of Contents

    Class ConcaveFacesBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ConcaveFacesBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    double

    AttributeColor

    Declaration
    public NXColor AttributeColor { get; set; }
    Property Value
    Type Description
    NXColor

    AttributeTitle

    Declaration
    public string AttributeTitle { get; set; }
    Property Value
    Type Description
    string

    AttributeValue

    Declaration
    public string AttributeValue { get; set; }
    Property Value
    Type Description
    string

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    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
    double

    Lower

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

    ReverseNormalDirection

    Declaration
    public bool ReverseNormalDirection { get; set; }
    Property Value
    Type Description
    bool

    SamplePoints

    Declaration
    public int SamplePoints { get; set; }
    Property Value
    Type Description
    int

    Upper

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

    UseSurfaceNormal

    Declaration
    public bool UseSurfaceNormal { get; set; }
    Property Value
    Type Description
    bool

    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
    double radius
    double minRadius
    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
    string grpAttributeTitle

    SetFaceGroupAttributeValue(string)

    Declaration
    public void SetFaceGroupAttributeValue(string grpAttributeValue)
    Parameters
    Type Name Description
    string grpAttributeValue

    SetTreeSelectedIndex(int[])

    Declaration
    public void SetTreeSelectedIndex(int[] indexArray)
    Parameters
    Type Name Description
    int[] indexArray

    UpdateLocationLabel(bool, Point)

    Declaration
    public void UpdateLocationLabel(bool edit, Point point)
    Parameters
    Type Name Description
    bool 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