Check
Check the validity of CAD objects.
Syntax
model.component(
<ctag>
).geom(
<tag>
).feature().create(
<ftag>
,"Check");
model.component(
<ctag>
).geom(
<tag>
).feature(
<ftag>
).selection(
property
);
model.component(
<ctag>
).geom(
<tag>
).feature(
<ftag>
).set(
property
,
<value>
);
model.component(
<ctag>
).geom(
<tag>
).feature(
<ftag>
).getType(
property
)
Description
model.component(
<ctag>
).geom(
<tag>
).feature().create(
<ftag>
,"Check")
creates a check feature tagged
<ftag>
. The following properties are available.
Table 3-9:
Available Properties.
Property
Value
Default
Description
input
Selection
Names of input objects
See Also
Repair