示例#1
0
 public Brep ToBrep(bool capBottom)
 {
     return(Brep.CreateFromCone(this, capBottom));
 }