2027 Constructor
Changes 0
C

RebarShapeDefinitionBySegments

Description:
Create a rebar shape definition with a given number of segments.
public RebarShapeDefinitionBySegments(
	Document doc,
	int numberOfSegments
)
  • doc
    A document. The definition object is not a part of the document, but it will contain references to parameters that are in a document. The definition can be used for RebarShape creation only in the specified document.
  • Int32
    numberOfSegments
    The number of segments in the definition.