Topsolid online Help Index
Created : v6.5
IComponent = IComponent.Add(Name, Ox, Oy, Oz)
This method creates a component.
|
IN:
|
String Name
|
Name of the component template document. |
|
IN:
|
Double Ox |
X coordinate of component origin.
|
|
IN:
|
Double Oy
|
Y coordinate of component origin.
|
|
IN:
|
Double Oz
|
Z coordinate of component origin.
|
|
RET: |
Created component.
|
The created component is not automatically added to the assembly, if this is required, this must be done using IDocumentDesign.Assembly.Elements.Add().
Topsolid online Help Index