Class ShowRelatedFacesBuilder
Inheritance
System.Object
System.MarshalByRefObject
ShowRelatedFacesBuilder
Inherited Members
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