User's Guide > Cross Sections > Line Patterns of Cross Section Components
Line Patterns of Cross Section Components
 
Methods Introduced:
The method wfcWXSection::GetCompXSectionHatches returns the line patterns of a cross section as a wfcXSectionHatches object. The input arguments to the method are the ID of the cross section component and the drawing view containing the cross section component. The information related to line patterns is obtained from wfcXSectionHatch. Use the method wfcWXSection::SetCompXSectionHatches to set the line patterns for a cross section.
The method wfcXSectionHatch::Create creates a data object that contains information about the line patterns.
Use the methods wfcXSectionHatch::GetAngle and wfcXSectionHatch::SetAngle to get and set the angle in the line patterns.
The methods wfcXSectionHatch::GetSpacing and wfcXSectionHatch::SetSpacing get and set the distance between the line patterns.
The methods wfcXSectionHatch::GetOffset and wfcXSectionHatch::SetOffset get and set the offset of the first line in the pattern.
The methods wfcXSectionHatchStyle::GetType and wfcXSectionHatchStyle::SetType get and set the type of the hatch style.
The methods wfcXSectionHatchStyle::GetOldHatches and wfcXSectionHatchStyle::SetOldHatches get and set the old line hatch object sequence using the object wfcXSectionOldHatches.
The methods wfcXSectionHatchStyle::GetNewHatches and wfcXSectionHatchStyle::SetNewHatches get and set the new line hatch object sequence using the object wfcXSectionNewHatches.
The method wfcXSectionNewHatch::Create creates the interface for new line pattern hatching using the wfcXSectionNewHatch object. The input arguments follow:
Angle—Angle for new line pattern.
Color—Color for new line pattern.
The methods wfcXSectionNewHatch::GetAngle and wfcXSectionNewHatch::SetAngle get and set the angle for new line pattern.
The methods wfcXSectionNewHatch::GetXOrigin and wfcXSectionNewHatch::SetXOrigin get and set the X origin for the new line pattern.
The methods wfcXSectionNewHatch::GetYOrigin and wfcXSectionNewHatch::SetYOrigin get and set the Y origin for the new line pattern.
The methods wfcXSectionNewHatch::GetXDelta and wfcXSectionNewHatch::SetXDelta get and set the X delta for the new line pattern.
The methods wfcXSectionNewHatch::GetYDelta and wfcXSectionNewHatch::SetYDelta get and set the Y delta for the new line pattern.
The methods wfcXSectionNewHatch::GetDash and wfcXSectionNewHatch::SetDash get and set the dash for the new line pattern.
The methods wfcXSectionNewHatch::GetColor and wfcXSectionNewHatch::SetColor get and set the color for the new line pattern.
The method wfcXSectionOldHatch::Create creates the interface for old line pattern hatching using the wfcXSectionOldHatch object. The input argument Angle is the angle for old line pattern.
The methods wfcXSectionOldHatch::GetAngle and wfcXSectionOldHatch::SetAngle get and set the angle for old line pattern.
The methods wfcXSectionOldHatch::GetSpacing and wfcXSectionOldHatch::SetSpacing get and set the spacing for the old line pattern.
The methods wfcXSectionOldHatch::GetOffset and wfcXSectionOldHatch::SetOffset get and set the offset for the old line pattern.
The methods wfcXSectionOldHatch::GetFont and wfcXSectionOldHatch::SetFont get and set the font for the old line pattern.
The methods wfcXSectionOldHatch::GetColor and wfcXSectionOldHatch::SetColor get and set the color for the old line pattern.
Was this helpful?