Class ContactPairWithSelection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ContactPairWithSelection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ContactPairWithSelection : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ContactPair
Declaration
public ContactPairReporting ContactPair { get; }
Property Value
Type | Description |
---|---|
ContactPairReporting |
Methods
SelectConstrainedSurface()
Select the faces or nodes that make up the surface in the 3D view
Declaration
public void SelectConstrainedSurface()
SelectContactingConstrainedSurface()
Select the faces or nodes that make up the surface and meet the tolerance criteria in the 3D view
Declaration
public void SelectContactingConstrainedSurface()
SelectContactingReferenceSurface()
Select the faces or nodes that make up the surface and meet the tolerance criteria in the 3D view
Declaration
public void SelectContactingReferenceSurface()
SelectReferenceSurface()
Select the faces or nodes that make up the surface in the 3D view
Declaration
public void SelectReferenceSurface()
Implements
System.IEquatable<T>