Search Results for

    Show / Hide Table of Contents

    Class StyledSweepBuilder

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

    Constructors

    StyledSweepBuilder()

    Declaration
    protected StyledSweepBuilder()

    Properties

    AlternateSolution

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

    FirstGuide

    Declaration
    public Section FirstGuide { get; }
    Property Value
    Type Description
    Section

    FixedStringOption

    Declaration
    public StyledSweepBuilder.FixedStringOptions FixedStringOption { get; set; }
    Property Value
    Type Description
    StyledSweepBuilder.FixedStringOptions

    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

    GuideRebuildData

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

    InsertedSectionList

    Declaration
    public SectionList InsertedSectionList { get; }
    Property Value
    Type Description
    SectionList

    PivotSetList

    Declaration
    public StyledSweepDoubleOnPathDimBuilderList PivotSetList { get; }
    Property Value
    Type Description
    StyledSweepDoubleOnPathDimBuilderList

    ReferenceMethod

    Declaration
    public StyledSweepReferenceMethodBuilder ReferenceMethod { get; }
    Property Value
    Type Description
    StyledSweepReferenceMethodBuilder

    RotationSetList

    Declaration
    public RotationSetBuilderList RotationSetList { get; }
    Property Value
    Type Description
    RotationSetBuilderList

    ScalingCurve

    Declaration
    public Section ScalingCurve { get; }
    Property Value
    Type Description
    Section

    ScalingMethodOption

    Declaration
    public StyledSweepBuilder.ScalingMethodOptions ScalingMethodOption { get; set; }
    Property Value
    Type Description
    StyledSweepBuilder.ScalingMethodOptions

    ScalingSetList

    Declaration
    public ScalingSetBuilderList ScalingSetList { get; }
    Property Value
    Type Description
    ScalingSetBuilderList

    SecondGuide

    Declaration
    public Section SecondGuide { get; }
    Property Value
    Type Description
    Section

    SectionList

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

    SectionOrientationOption

    Declaration
    public StyledSweepBuilder.SectionOrientationOptions SectionOrientationOption { get; set; }
    Property Value
    Type Description
    StyledSweepBuilder.SectionOrientationOptions

    SectionRebuildData

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

    SurfaceRange

    Declaration
    public SurfaceRangeBuilder SurfaceRange { get; }
    Property Value
    Type Description
    SurfaceRangeBuilder

    TransitionOption

    Declaration
    public StyledSweepBuilder.TransitionOptions TransitionOption { get; set; }
    Property Value
    Type Description
    StyledSweepBuilder.TransitionOptions

    Type

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

    Methods

    CreatePivotSet(Double, Double, Curve, Curve)

    Declaration
    public StyledSweepDoubleOnPathDimBuilder CreatePivotSet(double value1, double value2, Curve path1, Curve path2)
    Parameters
    Type Name Description
    System.Double value1
    System.Double value2
    Curve path1
    Curve path2
    Returns
    Type Description
    StyledSweepDoubleOnPathDimBuilder

    CreateRotationSet(Double, Double, Curve)

    Declaration
    public RotationSetBuilder CreateRotationSet(double value, double pathPar, Curve path)
    Parameters
    Type Name Description
    System.Double value
    System.Double pathPar
    Curve path
    Returns
    Type Description
    RotationSetBuilder

    CreateScalingSet(Double, Double, Double, Curve)

    Declaration
    public ScalingSetBuilder CreateScalingSet(double valuePar, double depthPar, double pathPar, Curve path)
    Parameters
    Type Name Description
    System.Double valuePar
    System.Double depthPar
    System.Double pathPar
    Curve path
    Returns
    Type Description
    ScalingSetBuilder

    EndInsertingSection()

    Declaration
    public void EndInsertingSection()

    StartInsertingSection(Double[])

    Declaration
    public void StartInsertingSection(double[] insertPnt)
    Parameters
    Type Name Description
    System.Double[] insertPnt

    Implements

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