Search Results for

    Show / Hide Table of Contents

    Class ShowRelatedFacesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ShowRelatedFacesBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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 ShowRelatedFacesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ShowRelatedFacesBuilder()

    Declaration
    protected ShowRelatedFacesBuilder()

    Properties

    OffsetRelations

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

    RelatedFace

    Declaration
    public SelectFace RelatedFace { get; }
    Property Value
    Type Description
    SelectFace

    Methods

    DeleteAllConstraints()

    Declaration
    public void DeleteAllConstraints()

    DeleteAllOffsetRelationOnBody()

    Declaration
    public void DeleteAllOffsetRelationOnBody()

    DeleteConstraint(Feature)

    Declaration
    public void DeleteConstraint(Feature feature)
    Parameters
    Type Name Description
    Feature feature

    DeleteOffsetRelation(NXObject[])

    Declaration
    public void DeleteOffsetRelation(NXObject[] offsetFaces)
    Parameters
    Type Name Description
    NXObject[] offsetFaces

    LockConstraint(Feature)

    Declaration
    public void LockConstraint(Feature feature)
    Parameters
    Type Name Description
    Feature feature

    UnlockAllConstraints()

    Declaration
    public void UnlockAllConstraints()

    UnlockConstraint(Feature)

    Declaration
    public void UnlockConstraint(Feature feature)
    Parameters
    Type Name Description
    Feature feature

    Implements

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