Component

Component Library

COMP Object
Comp is the built in Child object used to access "Component" level methods in the 3D CAD Environment. The object does not need to be created, ass...
Sun, 14 Jun, 2020 at 1:52 PM
CAD.Comp.Assemble(a,fn,cc,ac) method
Assembles a model (as a component feature) into a container Assembly in the CAD environment. This version uses a Coordinate system on the Assembly and the ...
Sun, 14 Jun, 2020 at 1:53 PM
CAD.Comp.Assemble(a,fn,cd,ad,fix) method
Assembles a model (as a component feature) into a container Assembly in the CAD environment. This version uses 3 Datum references on the Assembly and the C...
Sun, 14 Jun, 2020 at 1:53 PM
CAD.Comp.Assemble(a,fn,cd,ad,fix) method
Assembles a model (as a component feature) into a container Assembly in the CAD environment. This version uses specific constraint information configuratio...
Sun, 14 Jun, 2020 at 1:54 PM
CAD.Comp.Delete() method
Delete a feature in the CAD environment. Parameters model (string) - the model name (no extension) to look inside feature (string) - the feature to look ...
Sun, 14 Jun, 2020 at 1:54 PM
CAD.Comp.Exists() method
Check to see if a Component exists in the CAD environment. Parameters model (string) - the model name (no extension) to look inside feature (string) - th...
Sun, 14 Jun, 2020 at 1:55 PM
CAD.Comp.Replace(m,f,i) method
Replace a feature with the Instance Name in the family table for a generic feature in the CAD environment. There is a second method also called "Repla...
Sun, 14 Jun, 2020 at 1:55 PM
CAD.Comp.Replace(m,f,p()) method
Replace a feature with the Instance Instance found in the family table based on the matches of one or more parameters by name. If the set of parameters is ...
Sun, 14 Jun, 2020 at 1:55 PM
CAD.Comp.Resume() method
Resume (Show) a feature in the CAD environment. Parameters model (string) - the model name (no extension) to look inside feature (string) - the feature t...
Sun, 14 Jun, 2020 at 1:56 PM
CAD.Comp.Suppress() method
Suppress (Hide) a feature in the CAD environment. Parameters model (string) - the model name (no extension) to look inside feature (string) - the feature...
Sun, 14 Jun, 2020 at 1:56 PM