RelativeTransformationOfMacro Property
                In This Topic
            
            Relative position and rotation represented by transformation matrix where transformation of macro is considered.
            
            
            Syntax
            
            
            
            
            public Matrix3D RelativeTransformationOfMacro {get; set;}
             
        
            
            public:
property Matrix3D RelativeTransformationOfMacro {
   Matrix3D get();
   void set (    Matrix3D value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            See Also