Class ShowRelatedFacesBuilder
Inheritance
ShowRelatedFacesBuilder
Assembly: NXOpen.dll
public class ShowRelatedFacesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ShowRelatedFacesBuilder()
Properties
Declaration
public bool OffsetRelations { get; set; }
Property Value
Declaration
public SelectFace RelatedFace { get; }
Property Value
Methods
Declaration
public void DeleteAllConstraints()
DeleteAllOffsetRelationOnBody()
Declaration
public void DeleteAllOffsetRelationOnBody()
Declaration
public void DeleteConstraint(Feature feature)
Parameters
Type |
Name |
Description |
Feature |
feature |
|
Declaration
public void DeleteOffsetRelation(NXObject[] offsetFaces)
Parameters
Type |
Name |
Description |
NXObject[] |
offsetFaces |
|
Declaration
public void LockConstraint(Feature feature)
Parameters
Type |
Name |
Description |
Feature |
feature |
|
Declaration
public void UnlockAllConstraints()
Declaration
public void UnlockConstraint(Feature feature)
Parameters
Type |
Name |
Description |
Feature |
feature |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink