Eplan Platform API
Eplan.EplApi.HEServices Namespace / Insert3D Class
Members

In This Topic
    Insert3D Class
    In This Topic
    Inserts 3-d macros into layout space.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.HEServices.Insert3D

    Syntax
    public class Insert3D 
    public ref class Insert3D 
    Remarks
    Please mind that in case of 3d macros, the root object(s) could be transformed. So if you insert a macro on position 0,0,0 of a layout space, the transformation of root object will be not 0,0,0 but the one copied from window macro. If you want to reset root object(s) in a macro to 0,0,0 position, please use WindowMacro::ResetPositions3D method.
    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor  
    Public MethodPlaces objects from symbol macro into layout space.  
    Public MethodOverloaded. Places a window macro with snapping source mate to a target mate from another object.  
    Top
    See Also