Exemple #1
0
 public void SetAxis2Placement(GeomAxis2Placement aComponent, AISTypeOfPlane aPlaneType)
 {
     AIS_Plane_SetAxis2PlacementA35F2F3B(Instance, aComponent.Instance, (int)aPlaneType);
 }
Exemple #2
0
 public AISPlane(GeomAxis2Placement aComponent, AISTypeOfPlane aPlaneType, bool aCurrentMode)
     :
     base(AIS_Plane_Ctor8C5294A9(aComponent.Instance, (int)aPlaneType, aCurrentMode))
 {
 }