| Visual Basic | |
|---|---|
Function CreateTransformMirroringAboutPlane( _ ByVal MirrorPlane As MathPlane _ ) As MathTransform | |
| C# | |
|---|---|
MathTransform CreateTransformMirroringAboutPlane( MathPlane MirrorPlane ) | |
| JavaScript | |
|---|---|
CreateTransformMirroringAboutPlane( MirrorPlane : dsMathPlane ) : dsMathTransform | |
| COM native C++ | |
|---|---|
HRESULT CreateTransformMirroringAboutPlane( IMathPlane* MirrorPlane, IMathTransform** Transform ) | |
| C++ | |
|---|---|
DSRESULT CreateTransformMirroringAboutPlane( dsMathPlane* MirrorPlane, dsMathTransform** Transform ) | |
Parameters
- MirrorPlane
- IMathPlane
- Transform[out] or Return Value
- IMathTransform
Rotate, Scale, Project, and Mirror a Line Entity (JavaScript)
Rotate, Scale, Project, and Mirror a Line Entity (VB.NET)
Rotate, Scale, Project, and Mirror a Line Entity (C#)
Rotate, Scale, Project, and Mirror a Line Entity (VBA)
Rotate, Scale, Project, and Mirror a Line Entity (VB.NET)
Rotate, Scale, Project, and Mirror a Line Entity (C#)
Rotate, Scale, Project, and Mirror a Line Entity (VBA)
IMathUtility Interface
IMathUtility Members
IMathUtility::CreateTransform Method
IMathUtility::CreateTransformMirroringAboutLine Method
IMathUtility::CreateTransformMirroringAboutPoint Method
IMathUtility::CreateTransformProjection Method
IMathUtility::CreateTransformRotation Method
IMathUtility::CreateTransformScaling Method
IMathUtility::CreateTransformTranslation Method
IMathUtility Members
IMathUtility::CreateTransform Method
IMathUtility::CreateTransformMirroringAboutLine Method
IMathUtility::CreateTransformMirroringAboutPoint Method
IMathUtility::CreateTransformProjection Method
IMathUtility::CreateTransformRotation Method
IMathUtility::CreateTransformScaling Method
IMathUtility::CreateTransformTranslation Method
DraftSight V1R1.4
Syntax