public interface Pair extends ModelEntity, SelectionContainer, IPlotAndImageExport
Modifier and Type | Method and Description |
---|---|
LocalSelection |
destination()
Gets destination selection.
|
java.lang.String |
dstFrame()
Gets destination frame.
|
Pair |
dstFrame(java.lang.String frame)
Sets destination frame.
|
java.lang.String |
gapName(boolean src2dst)
Gets name of geometric gap variable seen from the destination (if
src2dst) or seen from the source (if !src2dst).
|
boolean |
hasAutoSelection()
True if pair was created automatically when building geometry.
|
java.lang.String |
inContactName()
Gets name of in-contact variable that evaluates to zero or one
depending on if the pair is in contact.
|
java.lang.String |
initGapName(boolean src2dst)
Gets name of initial geometric gap variable seen from the destination
(if src2dst) or seen from the source (if !src2dst).
|
boolean |
manualDist()
Returns
true if manual control of search distance is
enabled. |
Pair |
manualDist(boolean manual)
Enables or disables manual control of search distance.
|
boolean |
manualSelection()
True if automatically created pair is in manual selection mode.
|
Pair |
manualSelection(boolean manualSelection)
Sets manual mode for selections in automatic pairs.
|
java.lang.String |
mapping()
Returns the method used for mapping in contact pairs.
|
Pair |
mapping(java.lang.String method)
Sets the method used for mapping in contact pairs.
|
java.lang.String |
mphOpName(boolean src2dst)
Gets name of the multiphysics operator transferring an expression from
source to destination (if src2dst) or from destination to source if
(!src2dst).
|
java.lang.String |
opName(boolean src2dst)
Gets name of operator transferring an expression from source to
destination (if src2dst) or from destination to source (if !src2dst).
|
java.lang.String |
pairName()
Gets pair name.
|
Pair |
pairName(java.lang.String name)
Sets pair name.
|
java.lang.String |
searchDist()
Gets search distance.
|
Pair |
searchDist(java.lang.String dist)
Sets search distance.
|
java.lang.String |
searchMethod()
Gets search method.
|
Pair |
searchMethod(java.lang.String method)
Sets search method.
|
java.lang.String |
searchTol()
Gets search tolerance.
|
Pair |
searchTol(java.lang.String tol)
Sets search tolerance.
|
LocalSelection |
source()
Gets source selection.
|
java.lang.String |
srcFrame()
Gets source frame.
|
Pair |
srcFrame(java.lang.String frame)
Sets source frame.
|
Pair |
swap()
Swap source and destination selections.
|
java.lang.String |
type()
Gets pair type.
|
Pair |
type(java.lang.String type)
Sets pair type.
|
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
getContainer, getDisplayString
image
LocalSelection destination()
java.lang.String dstFrame()
Pair dstFrame(java.lang.String frame)
frame
- Destination frame.java.lang.String gapName(boolean src2dst)
src2dst
- src2dst true
to see from the destination.boolean hasAutoSelection()
true
if pair was created automatically.java.lang.String inContactName()
java.lang.String initGapName(boolean src2dst)
src2dst
- src2dst true
to see from the destination.boolean manualDist()
true
if manual control of search distance is
enabled.true
for manual control.Pair manualDist(boolean manual)
manual
- true
to enable manual control.boolean manualSelection()
true
if in manual selection mode.Pair manualSelection(boolean manualSelection)
manualSelection
- true
if manual selections.java.lang.String mapping()
Pair mapping(java.lang.String method)
method
- Mapping method.java.lang.String mphOpName(boolean src2dst)
src2dst
- true
for source to destination.java.lang.String opName(boolean src2dst)
src2dst
- true
for source to destination.java.lang.String pairName()
Pair pairName(java.lang.String name)
name
- Pair name.java.lang.String searchDist()
Pair searchDist(java.lang.String dist)
dist
- String representing search distance.java.lang.String searchMethod()
fast
or direct
.Pair searchMethod(java.lang.String method)
method
- Search method: fast
or direct
.java.lang.String searchTol()
Pair searchTol(java.lang.String tol)
tol
- String representing search tolerance.LocalSelection source()
java.lang.String srcFrame()
Pair srcFrame(java.lang.String frame)
frame
- Source frame.Pair swap()
java.lang.String type()
Contact
or
Identity
.Pair type(java.lang.String type)
type
- Pair type: Contact
or
Identity
.