public Prs3dPointAspect(AspectTypeOfMarker aType, QuantityNameOfColor aColor, double aScale)
     :
     base(Prs3d_PointAspect_CtorF00B8265((int)aType, (int)aColor, aScale))
 {
 }
 public Prs3dPointAspect(AspectTypeOfMarker aType, QuantityColor aColor, double aScale)
     :
     base(Prs3d_PointAspect_Ctor9BAF9396((int)aType, aColor.Instance, aScale))
 {
 }