Search Results for

    Show / Hide Table of Contents

    Class FitSurfaceBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    FitSurfaceBuilder
    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 FitSurfaceBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    FitSurfaceBuilder()

    Declaration
    protected FitSurfaceBuilder()

    Properties

    AngleValue

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

    BodyTypePreference

    Declaration
    public FitSurfaceBuilder.BodyType BodyTypePreference { get; set; }
    Property Value
    Type Description
    FitSurfaceBuilder.BodyType

    CoordinateSystem

    Declaration
    public CoordinateSystem CoordinateSystem { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    DirectionOption

    Declaration
    public FitSurfaceBuilder.DirectionType DirectionOption { get; set; }
    Property Value
    Type Description
    FitSurfaceBuilder.DirectionType

    FacetCollector

    Declaration
    public FacetCollector FacetCollector { get; }
    Property Value
    Type Description
    FacetCollector

    IsAutomatic

    Declaration
    public bool IsAutomatic { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsBoundary

    Declaration
    public bool IsBoundary { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsClosed

    Declaration
    public bool IsClosed { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsConstrained

    Declaration
    public bool IsConstrained { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsHalfAngle

    Declaration
    public bool IsHalfAngle { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsMultipleFeatures

    Declaration
    public bool IsMultipleFeatures { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsRadius

    Declaration
    public bool IsRadius { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSingleSurface

    Declaration
    public bool IsSingleSurface { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsUniformU

    Declaration
    public bool IsUniformU { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsUniformV

    Declaration
    public bool IsUniformV { get; set; }
    Property Value
    Type Description
    System.Boolean

    Parameterization

    Declaration
    public DegreesAndSegmentsOrPatchesBuilder Parameterization { get; }
    Property Value
    Type Description
    DegreesAndSegmentsOrPatchesBuilder

    Point1

    Declaration
    public Point Point1 { get; set; }
    Property Value
    Type Description
    Point

    Point2

    Declaration
    public Point Point2 { get; set; }
    Property Value
    Type Description
    Point

    Point3

    Declaration
    public Point Point3 { get; set; }
    Property Value
    Type Description
    Point

    Point4

    Declaration
    public Point Point4 { get; set; }
    Property Value
    Type Description
    Point

    RadiusValue

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

    RejectionThresholdValue

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

    SmoothFactor

    Declaration
    public int SmoothFactor { get; set; }
    Property Value
    Type Description
    System.Int32

    TargetObject

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use Features.FitSurfaceBuilder.TargetObjects.")]
    public SelectNXObject TargetObject { get; }
    Property Value
    Type Description
    SelectNXObject

    TargetObjects

    Declaration
    public SelectNXObjectList TargetObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    TargetOption

    Declaration
    public FitSurfaceBuilder.TargetType TargetOption { get; set; }
    Property Value
    Type Description
    FitSurfaceBuilder.TargetType

    TargetRegion

    Declaration
    public ColorCodedRegionBuilder TargetRegion { get; }
    Property Value
    Type Description
    ColorCodedRegionBuilder

    Type

    Declaration
    public FitSurfaceBuilder.Types Type { get; set; }
    Property Value
    Type Description
    FitSurfaceBuilder.Types

    Vector

    Declaration
    public Direction Vector { get; set; }
    Property Value
    Type Description
    Direction

    VectorConstraint

    Declaration
    public Direction VectorConstraint { get; set; }
    Property Value
    Type Description
    Direction

    Methods

    EditCSYS(Point3d, Matrix3x3)

    Declaration
    public void EditCSYS(Point3d originCsys, Matrix3x3 matCsys)
    Parameters
    Type Name Description
    Point3d originCsys
    Matrix3x3 matCsys

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX