DetectInterferences
Detect intersections, touches, gaps, and containments between CAD objects.
Syntax
model.component(
<ctag>
).geom(
<tag>
).defeaturing("DetectInterferences").selection(
property
);
model.component(
<ctag>
).geom(
<tag>
).defeaturing("DetectInterferences").set(
property
,
<value>
);
model.component(
<ctag>
).geom(
<tag>
).defeaturing("DetectInterferences").selection(
property
);
model.component(
<ctag>
).geom(
<tag>
).defeaturing("DetectInterferences").find();
model.component(
<ctag>
).geom(
<tag>
).defeaturing("DetectInterferences").detail();
Description
See
Defeaturing Tools — Detect Interferences
.
Available properties:
Table 3-20:
Available Properties.
Property
Value
Default
Description
input
Selection
Input objects
abstol
double
0.1[mm]
Absolute tolerance for detecting intersections
gaptol
double
1[mm]
Absolute tolerance for detecting gaps
showingraphics
interferingonly
|
selected
|
other
|
both
|
all
selected
Objects to show in graphics
groupbyobject
boolean
false
Group interferences by object in GUI
showintersections
boolean
true
List intersections in GUI
showtouches
boolean
true
List touches in GUI
showgaps
boolean
true
List gaps in GUI
showcontainments
boolean
true
List containments in GUI