Search Results for

    Show / Hide Table of Contents

    Class FlatteningAndFormingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    FlatteningAndFormingBuilder
    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.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 FlatteningAndFormingBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    FlatteningAndFormingBuilder()

    Declaration
    protected FlatteningAndFormingBuilder()

    Properties

    CutCurves

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

    DistortionMapOptions

    Declaration
    public FlatteningAndFormingBuilder.DistortionMap DistortionMapOptions { get; set; }
    Property Value
    Type Description
    FlatteningAndFormingBuilder.DistortionMap

    FlatteningFeature

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

    ReverseSecondaryDirection

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

    ReverseTransformation

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

    SourceDirection

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

    SourceFaces

    Declaration
    public ScCollector SourceFaces { get; }
    Property Value
    Type Description
    ScCollector

    SourceOrigin

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

    TabDetection

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

    TransformationObjects

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

    Type

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

    Methods

    GetDestinationFrame(out Point3d, out Matrix3x3)

    Declaration
    public void GetDestinationFrame(out Point3d manipulatorOrigin, out Matrix3x3 manipulatorMatrix)
    Parameters
    Type Name Description
    Point3d manipulatorOrigin
    Matrix3x3 manipulatorMatrix

    SetDestinationFrame(Point3d, Matrix3x3)

    Declaration
    public void SetDestinationFrame(Point3d manipulatorOrigin, Matrix3x3 manipulatorMatrix)
    Parameters
    Type Name Description
    Point3d manipulatorOrigin
    Matrix3x3 manipulatorMatrix

    Implements

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