Search Results for

    Show / Hide Table of Contents

    Class SketchPatternBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SketchPatternBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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
    Assembly: NXOpen.dll
    Syntax
    public class SketchPatternBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SketchPatternBuilder()

    Declaration
    protected SketchPatternBuilder()

    Properties

    CreateConstraint

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

    CreateSpacingExp

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

    LockOrientation

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

    PatternService

    Declaration
    public PatternDefinition PatternService { get; }
    Property Value
    Type Description
    PatternDefinition

    RelationScope

    Declaration
    public SketchPattern.RelationScope RelationScope { get; set; }
    Property Value
    Type Description
    SketchPattern.RelationScope

    Section

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

    Methods

    EvaluatePattern()

    Declaration
    public void EvaluatePattern()

    GetRelationFinding(int, int)

    Declaration
    public bool GetRelationFinding(int instanceXIndex, int instanceYIndex)
    Parameters
    Type Name Description
    int instanceXIndex
    int instanceYIndex
    Returns
    Type Description
    bool

    HandleFlip()

    Declaration
    public void HandleFlip()

    SetEndConstraint(NXObject, int, bool, bool)

    Declaration
    public void SetEndConstraint(NXObject parent, int inx, bool isStart, bool constraint)
    Parameters
    Type Name Description
    NXObject parent
    int inx
    bool isStart
    bool constraint

    SetRelationFinding(int, int, bool)

    Declaration
    public void SetRelationFinding(int instanceXIndex, int instanceYIndex, bool findRelations)
    Parameters
    Type Name Description
    int instanceXIndex
    int instanceYIndex
    bool findRelations

    UpdateCenterPoint()

    Declaration
    public void UpdateCenterPoint()

    UpdateCopies()

    Declaration
    public void UpdateCopies()

    UpdateData()

    Declaration
    public void UpdateData()

    UpdateFromPoint()

    Declaration
    public void UpdateFromPoint()

    UpdateInputSection()

    Declaration
    public void UpdateInputSection()

    UpdateLinearDirectionObject()

    Declaration
    public void UpdateLinearDirectionObject()

    UpdateRectangularDirectionObjects()

    Declaration
    public void UpdateRectangularDirectionObjects()

    Implements

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