Methods Introduced:
|
|
wfcXSection.XSectionNewHatch_Create |
|
|
wfcXSection.XSectionOldHatch_Create |
The method wfcXSection.WXSection.GetCompXSectionHatches returns the line patterns of a cross section as a XSectionHatches 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 XSectionHatch. Use the method wfcXSection.WXSection.SetCompXSectionHatches to set the line patterns for a cross section.
The method wfcXSection.wfcXSection.XSectionHatch_Create creates a data object that contains information about the line patterns.
Use the methods wfcXSection.XSectionHatch.GetAngle and wfcXSection.XSectionHatch.SetAngle to get and set the angle in the line patterns.
The methods wfcXSection.XSectionHatch.GetSpacing and wfcXSection.XSectionHatch.SetSpacing get and set the distance between the line patterns.
The methods wfcXSection.XSectionHatch.GetOffset and wfcXSection.XSectionHatch.SetOffset get and set the offset of the first line in the pattern.
The methods wfcXSection.XSectionHatchStyle.GetType and wfcXSection.XSectionHatchStyle.SetType get and set the type of the hatch style.
The methods wfcXSection.XSectionHatchStyle.GetOldHatches and wfcXSection.XSectionHatchStyle.SetOldHatches get and set the old line hatch object sequence using the object wfcXSection.XSectionOldHatches.
The methods wfcXSection.XSectionHatchStyle.GetNewHatches and wfcXSection.XSectionHatchStyle.SetNewHatches get and set the new line hatch object sequence using the object wfcXSection.XSectionNewHatches.
The method
wfcXSection.XSectionNewHatch_Create creates the interface for new line pattern hatching using the
wfcXSection.XSectionNewHatch object. The input arguments follow:
|
• |
Angle—Angle for new line pattern. |
|
• |
Color—Color for new line pattern. |
The methods wfcXSection.XSectionNewHatch.GetAngle and wfcXSection.XSectionNewHatch.SetAngle get and set the angle for new line pattern.
The methods wfcXSection.XSectionNewHatch.GetXOrigin and wfcXSection.XSectionHatchStyle.SetXOrigin get and set the X origin for the new line pattern.
The methods wfcXSection.XSectionNewHatch.GetYOrigin and wfcXSection.XSectionNewHatch.SetYOrigin get and set the Y origin for the new line pattern.
The methods wfcXSection.XSectionNewHatch.GetXDelta and wfcXSection.XSectionNewHatch.SetXDelta get and set the X delta for the new line pattern.
The methods wfcXSection.XSectionNewHatch.GetYDelta and wfcXSection.XSectionNewHatch.SetYDelta get and set the Y delta for the new line pattern.
The methods wfcXSection.XSectionNewHatch.GetDash and wfcXSection.XSectionNewHatch.SetDash get and set the dash for the new line pattern.
The methods wfcXSection.XSectionNewHatch.GetColor and wfcXSection.XSectionNewHatch.SetColor get and set the color for the new line pattern.
The method wfcXSection.XSectionOldHatch_Create creates the interface for old line pattern hatching using the wfcXSection.XSectionOldHatch object. The input argument Angle is the angle for old line pattern.
The methods wfcXSection.XSectionOldHatch.GetAngle and wfcXSection.XSectionOldHatch.SetAngle get and set the angle for old line pattern.
The methods wfcXSection.XSectionOldHatch.GetSpacing and wfcXSection.XSectionOldHatch.SetSpacing get and set the spacing for the old line pattern.
The methods wfcXSection.XSectionOldHatch.GetOffset and wfcXSection.XSectionOldHatch.SetOffset get and set the offset for the old line pattern.
The methods wfcXSection.XSectionOldHatch.GetFont and wfcXSection.XSectionOldHatch.SetFont get and set the font for the old line pattern.
The methods wfcXSection.XSectionOldHatch.GetColor and wfcXSection.XSectionOldHatch.SetColor get and set the color for the old line pattern.