コード例 #1
0
 public Prs3dPointAspect(AspectTypeOfMarker aType, QuantityNameOfColor aColor, double aScale)
     :
     base(Prs3d_PointAspect_CtorF00B8265((int)aType, (int)aColor, aScale))
 {
 }
コード例 #2
0
 public Prs3dPointAspect(AspectTypeOfMarker aType, QuantityColor aColor, double aScale)
     :
     base(Prs3d_PointAspect_Ctor9BAF9396((int)aType, aColor.Instance, aScale))
 {
 }