public void Prepend(Prs3d_NListOfSequenceOfPnt theOther)
 {
     throw new NotImplementedException();
 }
 public Prs3d_NListOfSequenceOfPnt Assign(Prs3d_NListOfSequenceOfPnt theOther)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void AddPrimitivesGroup(Graphic3d_Structure thePrs, Prs3d_LineAspect theAspect,
                                Prs3d_NListOfSequenceOfPnt thePolylines)
 {
     throw new NotImplementedException();
 }
 public Prs3d_NListOfSequenceOfPnt(Prs3d_NListOfSequenceOfPnt theOther)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public Graphic3d_ArrayOfPrimitives PrimitivesFromPolylines(Prs3d_NListOfSequenceOfPnt thePoints)
 {
     throw new NotImplementedException();
 }