Package | Description |
---|---|
net.lehal.cad.check |
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
DIChecks.checkBounds(ISldWorks sapp)
#1 BOUND_INFO D Checks that no views, entities, dimensions, symbols, notes,
and tables lie outside the boundary of a drawing.
|
java.util.Vector |
DIChecks.checkBurried(ISldWorks sapp)
#12 BURIED_FEATPReports any buried features in the model
|
java.util.Vector |
DIChecks.checkDocInfo(ISldWorks sapp)
#0 DOC_INFO - get basic file info.
|
java.util.Vector |
DIChecks.checkExternalDep(ISldWorks sapp)
#6 EXTERNAL_DEP SA/PLists all the external dependencies of a model.
|
java.util.Vector |
DIChecks.checkFailedChild(ISldWorks sapp)
#13 CHILD_FAILED_FEATUREPReports features that are children of failed
features
|
java.util.Vector |
DIChecks.checkFailedcomps(ISldWorks sapp)
#7 CHILD_FAILED_COMPONENTS A Reports components that are children of failed
components.
|
java.util.Vector |
DIChecks.checkFailedCompsAssy(ISldWorks sapp)
#8 FAILED_COMPONENT A Reports failed components in an assembly.
|
java.util.Vector |
DIChecks.checkFailedFeature(ISldWorks sapp)
#14 FAILED_FEATURES P Reports failed features in the model
|
java.util.Vector |
DIChecks.checkFormat(ISldWorks sapp)
#4 FORMAT_NAMEDChecks that the drawing format is from the standard list of
acceptable formats
|
java.util.Vector |
DIChecks.checkFrozen(ISldWorks sapp)
#9 FRZ_COMPONENTS A
|
java.util.Vector |
DIChecks.checkGaps(ISldWorks sapp)
#18 SRF_EDGESPLists the edges with either gaps or overlaps between the
surfaces that meet.
|
java.util.Vector |
DIChecks.checkInsertMode(ISldWorks sapp)
#15 INSERT_MODE P Reports whether the Insert mode is active
|
java.util.Vector |
DIChecks.checkMissing(ISldWorks sapp)
#10 MIS_COMPONENTS A Reports missing components
|
java.util.Vector |
DIChecks.checkOverwritten(ISldWorks sapp)
#2 DIM_OVERWRITEDReports any dimensions modified using @O, which breaks their
associations with the model.
|
java.util.Vector |
DIChecks.checkPacked(ISldWorks sapp)
#11 PACK_COMPONENTS A Reports any components that are not fully constrained
or that are packaged.
|
java.util.Vector |
DIChecks.checkParams(ISldWorks sapp)
#16 PARAMCHECK P Checks that all standard parameters are present in the model
and that they are of an acceptable type and format.
|
java.util.Vector |
DIChecks.checkRegen(ISldWorks sapp)
#5 REGEN_DIMSDReports any dimensions in the drawing that cannot be
regenerated.
|
java.util.Vector |
DIChecks.checkRegenP(ISldWorks sapp)
#17 REGEN_ERRS P Reports any errors when a model is fully regenerated
|
java.util.Vector |
DIChecks.checkRolledbackFeature(ISldWorks sapp)
#49 ROLLEDBACK_FEATURES P Reports failed features in the model
|
java.util.Vector |
DIChecks.checkStart(ISldWorks sapp) |
java.util.Vector |
DIChecks.checkSuppressed(ISldWorks sapp)
#20 SUP_FEATURESPReports any suppressed features
|
java.util.Vector |
DIChecks.enableParams(ISldWorks sapp)
#3 DRAWING_PARAMSD Enables the following parameter checks in Drawing mode:
STARTCHECK,PARAMCHECK
|