Search found 3 matches

by Mike_Rost
Wed Jun 17, 2020 7:54 am
Forum: General Issues
Topic: Locate all vertices of a part
Replies: 2
Views: 4124

Re: Locate all vertices of a part

Try IBRepShape_DG.GetSubShapes() . IGeometry_DG iGeom = theEntity.GetGeometry(); IBRepGeometry_DG iBrepGeom = iGeom as IBRepGeometry_DG; IBRepShape_DG iShape = iBrepGeom.GetShape(); IShapeArray_DG vertices = iShape.GetSubShapes(ShapeType_DG.eShTypeVertexDG); int n = vertices.GetCount(); double x,y,z...
by Mike_Rost
Fri Sep 27, 2013 10:42 am
Forum: General Issues
Topic: VB6
Replies: 2
Views: 7198

Re: VB6

Thank you, Nick
for the insight
Mike
by Mike_Rost
Fri Sep 27, 2013 10:28 am
Forum: General Issues
Topic: VB6
Replies: 2
Views: 7198

VB6

Hello
I see only few examples in Visual Basic 6. Will it be supported going forward? Will I have any problems in v4.3? I am working mostly with wrl files
Thank You
Mike