Modify the surfaces from NURB surfaces

Modify the surfaces from NURB surfaces

supriya_chaugule
Contributor Contributor
158 Views
0 Replies
Message 1 of 1

Modify the surfaces from NURB surfaces

supriya_chaugule
Contributor
Contributor

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 Likes
159 Views
0 Replies
Replies (0)