Library | Package Java Toolkit

Class wfcSection

package com.ptc.wfc.wfcSection;

public class wfcSection



Description

Contains global CIP definitions for module "wfcSection"



Method Summary
static SectionEntityArcSectionEntityArc_Create (Point2D Center, double StartAng, double EndAng, double radius)
     
static SectionEntityBlendVertexSectionEntityBlendVertex_Create (Point2D pnt, int DepthLevel)
     
static SectionEntityCenterLineSectionEntityCenterLine_Create (Outline2D Centerline)
     
static SectionEntityCircleSectionEntityCircle_Create (Point2D Center, double Rad)
     
static SectionEntityConicSectionEntityConic_Create (Point2D FirstEndpnt, Point2D SecondEndpnt, Point2D ShoulderEndpnt, double Parameter)
     
static SectionEntityCSysSectionEntityCSys_Create (Point2D point)
     
static SectionEntityEllipseSectionEntityEllipse_Create (Point2D center, double XRadius, double YRadius)
     
static SectionEntityLineSectionEntityLine_Create (Outline2D Line)
     
static SectionEntityPointSectionEntityPoint_Create (Point2D Pnt)
     
static SectionEntityPolylineSectionEntityPolyline_Create (Point2Ds Pnts)
     
static SectionEntitySplineSectionEntitySpline_Create (SplineTangentType Tantype, Point2Ds Pnts, double StartTangAngle, double EndTangAngle)
     
static SectionEntityTextSectionEntityText_Create (Point2D FirstCorner, Point2D SecondCorner, String Comment)
     

Method Detail

SectionEntityPoint_Create

static SectionEntityPointSectionEntityPoint_Create (Point2D Pnt)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
Pnt
 
Returns:
 


SectionEntityLine_Create

static SectionEntityLineSectionEntityLine_Create (Outline2D Line)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
Line
 
Returns:
 


SectionEntityCenterLine_Create

static SectionEntityCenterLineSectionEntityCenterLine_Create (Outline2D Centerline)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
Centerline
 
Returns:
 


SectionEntityArc_Create

static SectionEntityArcSectionEntityArc_Create (Point2D Center, double StartAng, double EndAng, double radius)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
Center
 
StartAng
 
EndAng
 
radius
 
Returns:
 


SectionEntityCircle_Create

static SectionEntityCircleSectionEntityCircle_Create (Point2D Center, double Rad)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
Center
 
Rad
 
Returns:
 


SectionEntityCSys_Create

static SectionEntityCSysSectionEntityCSys_Create (Point2D point)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
point
 
Returns:
 


SectionEntityPolyline_Create

static SectionEntityPolylineSectionEntityPolyline_Create (Point2Ds Pnts)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
Pnts
 
Returns:
 


SectionEntitySpline_Create

static SectionEntitySplineSectionEntitySpline_Create (SplineTangentType Tantype, Point2Ds Pnts, double StartTangAngle, double EndTangAngle)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
Tantype
 
Pnts
 
StartTangAngle
 
EndTangAngle
 
Returns:
 


SectionEntityText_Create

static SectionEntityTextSectionEntityText_Create (Point2D FirstCorner, Point2D SecondCorner, String Comment)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
FirstCorner
 
SecondCorner
 
Comment
 
Returns:
 


SectionEntityBlendVertex_Create

static SectionEntityBlendVertexSectionEntityBlendVertex_Create (Point2D pnt, int DepthLevel)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
pnt
 
DepthLevel
 
Returns:
 


SectionEntityEllipse_Create

static SectionEntityEllipseSectionEntityEllipse_Create (Point2D center, double XRadius, double YRadius)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
center
 
XRadius
 
YRadius
 
Returns:
 


SectionEntityConic_Create

static SectionEntityConicSectionEntityConic_Create (Point2D FirstEndpnt, Point2D SecondEndpnt, Point2D ShoulderEndpnt, double Parameter)


     
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities
Parameters:
FirstEndpnt
 
SecondEndpnt
 
ShoulderEndpnt
 
Parameter
 
Returns: