Search Results for

    Show / Hide Table of Contents

    Class BridgeSurfaceBuilder

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

    Constructors

    BridgeSurfaceBuilder()

    Declaration
    protected BridgeSurfaceBuilder()

    Properties

    EdgeFlowDirection

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

    EdgeTangentMagnitude

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use NXOpen.Features.BridgeSurfaceBuilder.TangentMagnitudeLaw1 instead.")]
    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
    double

    G1Tolerance

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

    G2Tolerance

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

    IsEndHandlesLinked

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

    IsFirstEdgeContinuityReversed

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

    IsFirstEdgeLimitEndToEnd

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

    IsFirstEdgeReversed

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

    IsSecondEdgeContinuityReversed

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

    IsSecondEdgeLimitEndToEnd

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

    IsSecondEdgeReversed

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

    IsStartHandlesLinked

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

    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

    TangentMagnitudeLaw1

    Declaration
    public LawBuilder TangentMagnitudeLaw1 { get; }
    Property Value
    Type Description
    LawBuilder

    TangentMagnitudeLaw2

    Declaration
    public LawBuilder TangentMagnitudeLaw2 { get; }
    Property Value
    Type Description
    LawBuilder

    Methods

    ConstructSurfaceBoundaryCurve(bool)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX