|
how to get axis pointer at creation time
hi guys,
i want to hold the pointer of axis at the time of its creation here is my code how cann i hold it so that i can rename it
boolstatus = skpoint.select4(true, nothing) //select fist point to dra axis
boolstatus = part.extension.selectbyid2("planealongxaxis", "plane", 0, 0, 0, true, 0, nothing, 0) // plane for vertical axis
boolstatus = part.insertaxis2(true) // here i am drawing axis
but now how can i change it even its not selected at the time of creattion
regards,
use modeldocextension::getlastfeatureadded
thanx roland. goodnight............................................
regards,
quick |
|