Search Results for

    Show / Hide Table of Contents

    Class BridgeSurfaceBuilder

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

    Constructors

    BridgeSurfaceBuilder()

    Declaration
    protected BridgeSurfaceBuilder()

    Properties

    EdgeFlowDirection

    Declaration
    public FlowDirection EdgeFlowDirection { get; }
    Property Value
    Type Description
    FlowDirection

    EdgeTangentMagnitude

    Declaration
    public TangentMagnitudeBuilder EdgeTangentMagnitude { get; }
    Property Value
    Type Description
    TangentMagnitudeBuilder

    FirstEdgeContinuity

    Declaration
    public Continuity FirstEdgeContinuity { get; }
    Property Value
    Type Description
    Continuity

    FirstEdgeOffset

    Declaration
    public OnPathDimensionBuilder FirstEdgeOffset { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    FirstEdgeRange

    Declaration
    public CurveRangeBuilder FirstEdgeRange { get; }
    Property Value
    Type Description
    CurveRangeBuilder

    FirstEdgeSelection

    Declaration
    public SelectNXObject FirstEdgeSelection { get; }
    Property Value
    Type Description
    SelectNXObject

    G0Tolerance

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

    G1Tolerance

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

    G2Tolerance

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

    IsEndHandlesLinked

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

    IsFirstEdgeContinuityReversed

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

    IsFirstEdgeLimitEndToEnd

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

    IsFirstEdgeReversed

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

    IsSecondEdgeContinuityReversed

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

    IsSecondEdgeLimitEndToEnd

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

    IsSecondEdgeReversed

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

    IsStartHandlesLinked

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

    Rebuild

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

    SecondEdgeContinuity

    Declaration
    public Continuity SecondEdgeContinuity { get; }
    Property Value
    Type Description
    Continuity

    SecondEdgeOffset

    Declaration
    public OnPathDimensionBuilder SecondEdgeOffset { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    SecondEdgeRange

    Declaration
    public CurveRangeBuilder SecondEdgeRange { get; }
    Property Value
    Type Description
    CurveRangeBuilder

    SecondEdgeSelection

    Declaration
    public SelectNXObject SecondEdgeSelection { get; }
    Property Value
    Type Description
    SelectNXObject

    Methods

    ConstructSurfaceBoundaryCurve(Boolean)

    Declaration
    public void ConstructSurfaceBoundaryCurve(bool startBoundary)
    Parameters
    Type Name Description
    System.Boolean startBoundary

    Implements

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