Class ContactPairWithSelection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ContactPairWithSelection : APIBase, IEquatable<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>