API Help
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class
Members

In This Topic
    ConnectionPointPosition Class
    In This Topic
    Class represents a single connection point data on part placements or devices with representation type DocumentTypeManager.DocumentType.Topology.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.ConnectionPointPosition

    Syntax
    public class ConnectionPointPosition 
    public ref class ConnectionPointPosition 
    Remarks

    Changes on object of this class are not store automatically. They must be save to parent manually using method StoreConnectionPointPosition on parent or StoreToObject.

    More information can be found in EPLAN P8 Help under topics: Defining Connection Point Pattern in Layout Space for 3d objects and Topology: Connection point patterns for topology.

    Public Properties
     NameDescription
    Public PropertyAdditional length of the connection point position.  
    Public PropertyDefault value that specifies the connection point type of the connections, e.g., screw clamp connection or cage clamp connection.  
    Public PropertyDimension of the screw (e.g., M6) or of the lug (e.g., 4.8 x 0.5) for screw connections, threads, nipples, and plug-in connections.  
    Public PropertyDT of the plug used to connect the connection point.  
    Public PropertyConnection point direction of an individual connection point in the connection point pattern.  
    Public PropertyDefines whether you want to use duel sleeves for the connection point when two connections lead to this connection point.  
    Public PropertyAn index in connection position points list.  
    Public PropertyLevel in a multi-level terminal.  
    Public PropertyMaximum cross section that can be connected to this connection point.  
    Public PropertyMaximum cross section AWG that can be connected to this connection point.  
    Public PropertyMaximum number of wires that can be connected.  
    Public PropertyMinimum cross section that can be connected to this connection point.  
    Public PropertyMinimum cross section AWG that can be connected to this connection point.  
    Public PropertyName of this connection point position.  
    Public PropertyStorableObject to which this property list is connected.  
    Public PropertyPLC bus interface name  
    Public PropertyPosition of the connection point in GED.  
    Public PropertyConnection point routing direction of an individual connection point in the connection point pattern.  
    Public PropertyFlag describing if this connection point is internal or external end of connection.  
    Public PropertyTerminal designation 1-base index.  
    Public PropertyFor a connection point, this shows how the end of the connection is handled, for example with stripping or crimping.  
    Public PropertyThe X-position of the connection point  
    Public PropertyThe X-vector of the connection point  
    Public PropertyThe Y-position of the connection point  
    Public PropertyThe Y-vector of the connection point  
    Public PropertyThe Z-position of the connection point  
    Public PropertyThe Z-vector of the connection point  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of ConnectionPointPosition object.  
    Public MethodStores data from connection point position.  
    Top
    See Also