Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Modify the surfaces from NURB surfaces

0 REPLIES 0
Reply
Message 1 of 1
supriya_chaugule
111 Views, 0 Replies

Modify the surfaces from NURB surfaces

Hiii.....I want to modify the shape of surface and for that I require the contour points or vertex of the surface . Here attaching the code . 

 

PartDocument doc = (PartDocument)mApplication.ActiveDocument;
PartComponentDefinition compDef = doc.ComponentDefinition;
SurfaceBody body = compDef.SurfaceBodies[1];
Face f = body.Faces[1];
SurfaceBody nurbsBody = null;
nurbsBody = f.AlternateBody[4];
Vertex vc = nurbsBody.Vertices[2] ;

 

Here I got vertex as (0,0,0) only.Can anyone help me with this 

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report