When I create points in SpaceClaim with the following command :
point = Point.Create(X[i],Y[i],Z[i])
result = DesignCurve.Create(GetRootPart(),CurveSegment.Create(PointCurve.Create(point)),False).SetColor(None, Color.FromArgb(transparency, redColor,greenColor,blueColor))
This created points in curves folder under root part. How can I create these points directly within a specific component?
For example :
Create component named “bob”
Create points under “bob”