 
     
     
     
     
     
     
     
    
    | IntelliCAD 11.1 Object Library | |
| Mirror3D Method | |
| See Also | |
|   | 
- Point1
- Point object representing the first point of the plane used for mirroring.
- Point2
- Point object representing the second point of the plane used for mirroring.
- Point3
- Point object representing the third point of the plane used for mirroring.
- MakeCopy
- Boolean value indicating whether or not to mirror the original object or a copy of the original object.
| Polyline Object : Mirror3D Method | 
 Description
Description
 Syntax
Syntax
 Parameters
Parameters
- Point1
- Point object representing the first point of the plane used for mirroring.
- Point2
- Point object representing the second point of the plane used for mirroring.
- Point3
- Point object representing the third point of the plane used for mirroring.
- MakeCopy
- Boolean value indicating whether or not to mirror the original object or a copy of the original object.
 Example
Example
' This example creates a cone in model space
' and mirrors the cone about a plane.
Dim coneObj As IntelliCAD.PolygonMesh
Dim mirrorConeObj As IntelliCAD.PolygonMesh
Dim conePt As IntelliCAD.Point
Dim mirPt1 As IntelliCAD.Point
Dim mirPt2 As IntelliCAD.Point
Dim mirPt3 As IntelliCAD.Point
Set conePt = Library.CreatePoint(2, 2, 0)
Set mirPt1 = Library.CreatePoint(1, 2, 0)
Set mirPt2 = Library.CreatePoint(3, 4, 0)
Set mirPt3 = Library.CreatePoint(4, 2, 0)
Set coneObj = ThisDocument.ModelSpace.AddCone(conePt, 3, 4)
coneObj.Update
ThisDocument.Application.ZoomExtents
' Mirror the cone
Set mirrorConeObj = coneObj.Mirror3D(mirPt1, mirPt2, mirPt3)
ThisDocument.Application.ZoomAll
End Sub
 
                         en
  en italiano
 italiano čeština
 čeština Deutsch
 Deutsch français
 français hrvatski
 hrvatski magyar
 magyar polski
 polski српски
 српски русский
 русский 中文
 中文 中文
 中文 한국어
 한국어 español
 español