API Help
Eplan.EplApi.MasterData Namespace / MDContourElement Class
Members

In This Topic
    MDContourElement Class
    In This Topic
    Represents one section of user defined contour.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.MDContourElement

    Syntax
    public class MDContourElement 
    public ref class MDContourElement 
    Remarks
    Section of user defined contour is a curve connecting start point with end point and passing middle point. It can be drawn as line or arc. Full contour is represented by set of element.
    Public Properties
     NameDescription
    Public PropertyDetermine direction of drilling this element.  
    Public PropertyEnd point of contour element relative to reference point.  
    Public PropertyMiddle point of contour element relative to reference point.  
    Public PropertyStarting point of contour element relative to reference point.  
    Public PropertyType of curve which connects start with end point.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of MDContourElement object.  
    Top
    See Also