Library | Package Java Toolkit

Interface SectionEntityConic

package com.ptc.wfc.wfcSection;

public interface SectionEntityConic
  extends com.ptc.wfc.wfcSection.SectionEntity



Description

This interface represents Conic entity used in sections



Method Summary
Point2DGetFirstEndPoint ()
    Get method for attribute "FirstEndPoint"
    First end point
doubleGetParameter ()
    Get method for attribute "Parameter"
    Parameter
Point2DGetSecondEndPoint ()
    Get method for attribute "SecondEndPoint"
    Second end point
Point2DGetShoulderEndPoint ()
    Get method for attribute "ShoulderEndPoint"
    Shoulder end point
voidSetFirstEndPoint (Point2D value)
    Set method for attribute "FirstEndPoint"
    First end point
voidSetParameter (double value)
    Set method for attribute "Parameter"
    Parameter
voidSetSecondEndPoint (Point2D value)
    Set method for attribute "SecondEndPoint"
    Second end point
voidSetShoulderEndPoint (Point2D value)
    Set method for attribute "ShoulderEndPoint"
    Shoulder end point

Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity
GetSectionEntityType

Method Detail

GetFirstEndPoint/SetFirstEndPoint

Point2DGetFirstEndPoint ()
voidSetFirstEndPoint (Point2D value)


    First end point
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetSecondEndPoint/SetSecondEndPoint

Point2DGetSecondEndPoint ()
voidSetSecondEndPoint (Point2D value)


    Second end point
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetShoulderEndPoint/SetShoulderEndPoint

Point2DGetShoulderEndPoint ()
voidSetShoulderEndPoint (Point2D value)


    Shoulder end point
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetParameter/SetParameter

doubleGetParameter ()
voidSetParameter (double value)


    Parameter
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities