JAVA API for Automating CID to WID Creation
You can use a JAVA API to automate CID to WID creation.
Release: Creo Schematics 4.0
Benefits and Description
isComponentFullyMated (artifact component)
This Method returns the following:
• Yes if component is fully mated
• No if component is not fully mated
• N/A in the cases listed below:
◦ Artifact is not of the type Component.
◦ The parameter, mates_with, does not exist in the component artifact.
◦ Connector identification parameter was not defined.
notFullyMated (artifact component)
This Method returns the following:
• True if component is not fully mated
• False in the cases listed below:
◦ Component is fully mated
◦ Artifact is not of the type Component.
◦ The parameter mates_with does not exist on the component artifact.
◦ Connector identification parameter was not defined.