Library | Package Java Toolkit

Interface SectionEntitySpline

package com.ptc.wfc.wfcSection;

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



Description

This interface represents Spline entity used in sections



Method Summary
doubleGetEndTangentAngle ()
    Get method for attribute "EndTangentAngle"
    End angle of the tangent.
Point2DsGetPoints ()
    Get method for attribute "Points"
    Array of points.
doubleGetStartTangentAngle ()
    Get method for attribute "StartTangentAngle"
    Start angle of the tangent.
SplineTangentTypeGetTangentType ()
    Get method for attribute "TangentType"
    Type of spline tangent.
voidSetEndTangentAngle (double value)
    Set method for attribute "EndTangentAngle"
    End angle of the tangent.
voidSetPoints (Point2Ds value)
    Set method for attribute "Points"
    Array of points.
voidSetStartTangentAngle (double value)
    Set method for attribute "StartTangentAngle"
    Start angle of the tangent.
voidSetTangentType (SplineTangentType value)
    Set method for attribute "TangentType"
    Type of spline tangent.

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

Method Detail

GetTangentType/SetTangentType

SplineTangentTypeGetTangentType ()
voidSetTangentType (SplineTangentType value)


    Type of spline tangent.

Exceptions thrown (but not limited to):

<reference 6 to unknown entity pfcExceptions::pfcXInAMethod>


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



GetPoints/SetPoints

Point2DsGetPoints ()
voidSetPoints (Point2Ds value)


    Array of points.
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetStartTangentAngle/SetStartTangentAngle

doubleGetStartTangentAngle ()
voidSetStartTangentAngle (double value)


    Start angle of the tangent.
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetEndTangentAngle/SetEndTangentAngle

doubleGetEndTangentAngle ()
voidSetEndTangentAngle (double value)


    End angle of the tangent.
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities