Generated (page 5 of 9)
OCCT package Generated: BRepToolsWrapper, GeomToolsWrapper, NCollection_Array1_AppParCurves_ConstraintCouple,…
NCollection_HArray1_gp_Pnt2d
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_gp_Pnt2d
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_gp_Pnt2d
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: gp_Pnt2d): NCollection_HArray1_gp_Pnt2d
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: gp_Pnt2d, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_gp_Pnt2d
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_gp_Trsf
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_gp_Trsf
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_gp_Trsf
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: gp_Trsf): NCollection_HArray1_gp_Trsf
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: gp_Trsf, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_gp_Trsf
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_gp_Vec
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_gp_Vec
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_gp_Vec
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: gp_Vec): NCollection_HArray1_gp_Vec
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: gp_Vec, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_gp_Vec
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_gp_Vec2d
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_gp_Vec2d
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_gp_Vec2d
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: gp_Vec2d): NCollection_HArray1_gp_Vec2d
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: gp_Vec2d, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_gp_Vec2d
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_gp_XY
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_gp_XY
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_gp_XY
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: gp_XY): NCollection_HArray1_gp_XY
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: gp_XY, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_gp_XY
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_gp_XYZ
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_gp_XYZ
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_gp_XYZ
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: gp_XYZ): NCollection_HArray1_gp_XYZ
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: gp_XYZ, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_gp_XYZ
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Adaptor3d_Curve
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Adaptor3d_Curve
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Adaptor3d_Curve
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Adaptor3d_Curve): NCollection_HArray1_handle_Adaptor3d_Curve
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Adaptor3d_Curve, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Adaptor3d_Curve
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Adaptor3d_Surface
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Adaptor3d_Surface
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Adaptor3d_Surface
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Adaptor3d_Surface): NCollection_HArray1_handle_Adaptor3d_Surface
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Adaptor3d_Surface, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Adaptor3d_Surface
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Geom_BezierCurve
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Geom_BezierCurve
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Geom_BezierCurve
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Geom_BezierCurve): NCollection_HArray1_handle_Geom_BezierCurve
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Geom_BezierCurve, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Geom_BezierCurve
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Geom_BSplineCurve
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Geom_BSplineCurve
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Geom_BSplineCurve
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Geom_BSplineCurve): NCollection_HArray1_handle_Geom_BSplineCurve
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Geom_BSplineCurve, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Geom_BSplineCurve
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Geom_Curve
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Geom_Curve
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Geom_Curve
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Geom_Curve): NCollection_HArray1_handle_Geom_Curve
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Geom_Curve, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Geom_Curve
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Geom_Surface
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Geom_Surface
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Geom_Surface
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Geom_Surface): NCollection_HArray1_handle_Geom_Surface
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Geom_Surface, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Geom_Surface
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Geom2d_BezierCurve
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Geom2d_BezierCurve
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Geom2d_BezierCurve
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Geom2d_BezierCurve): NCollection_HArray1_handle_Geom2d_BezierCurve
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Geom2d_BezierCurve, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Geom2d_BezierCurve
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Geom2d_BSplineCurve
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Geom2d_BSplineCurve
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Geom2d_BSplineCurve
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Geom2d_BSplineCurve): NCollection_HArray1_handle_Geom2d_BSplineCurve
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Geom2d_BSplineCurve, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Geom2d_BSplineCurve
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Geom2d_Curve
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Geom2d_Curve
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Geom2d_Curve
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Geom2d_Curve): NCollection_HArray1_handle_Geom2d_Curve
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Geom2d_Curve, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Geom2d_Curve
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_GeomFill_LocationLaw
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_GeomFill_LocationLaw
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_GeomFill_LocationLaw
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: GeomFill_LocationLaw): NCollection_HArray1_handle_GeomFill_LocationLaw
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: GeomFill_LocationLaw, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_GeomFill_LocationLaw
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_GeomFill_SectionLaw
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_GeomFill_SectionLaw
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_GeomFill_SectionLaw
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: GeomFill_SectionLaw): NCollection_HArray1_handle_GeomFill_SectionLaw
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: GeomFill_SectionLaw, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_GeomFill_SectionLaw
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_HLRAlgo_PolyInternalNode
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_HLRAlgo_PolyInternalNode
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_HLRAlgo_PolyInternalNode
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: HLRAlgo_PolyInternalNode): NCollection_HArray1_handle_HLRAlgo_PolyInternalNode
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: HLRAlgo_PolyInternalNode, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_HLRAlgo_PolyInternalNode
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESAppli_FiniteElement
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESAppli_FiniteElement
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESAppli_FiniteElement
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESAppli_FiniteElement): NCollection_HArray1_handle_IGESAppli_FiniteElement
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESAppli_FiniteElement, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESAppli_FiniteElement
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESAppli_Flow
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESAppli_Flow
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESAppli_Flow
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESAppli_Flow): NCollection_HArray1_handle_IGESAppli_Flow
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESAppli_Flow, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESAppli_Flow
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESAppli_Node
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESAppli_Node
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESAppli_Node
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESAppli_Node): NCollection_HArray1_handle_IGESAppli_Node
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESAppli_Node, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESAppli_Node
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESData_IGESEntity
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESData_IGESEntity
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESData_IGESEntity
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESData_IGESEntity): NCollection_HArray1_handle_IGESData_IGESEntity
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESData_IGESEntity, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESData_IGESEntity
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESData_LineFontEntity
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESData_LineFontEntity
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESData_LineFontEntity
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESData_LineFontEntity): NCollection_HArray1_handle_IGESData_LineFontEntity
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESData_LineFontEntity, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESData_LineFontEntity
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESData_ViewKindEntity
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESData_ViewKindEntity
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESData_ViewKindEntity
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESData_ViewKindEntity): NCollection_HArray1_handle_IGESData_ViewKindEntity
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESData_ViewKindEntity, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESData_ViewKindEntity
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESDefs_TabularData
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESDefs_TabularData
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESDefs_TabularData
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESDefs_TabularData): NCollection_HArray1_handle_IGESDefs_TabularData
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESDefs_TabularData, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESDefs_TabularData
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESDimen_GeneralNote
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESDimen_GeneralNote
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESDimen_GeneralNote
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESDimen_GeneralNote): NCollection_HArray1_handle_IGESDimen_GeneralNote
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESDimen_GeneralNote, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESDimen_GeneralNote
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESDimen_LeaderArrow
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESDimen_LeaderArrow
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESDimen_LeaderArrow
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESDimen_LeaderArrow): NCollection_HArray1_handle_IGESDimen_LeaderArrow
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESDimen_LeaderArrow, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESDimen_LeaderArrow
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESDraw_ConnectPoint
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESDraw_ConnectPoint
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESDraw_ConnectPoint
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESDraw_ConnectPoint): NCollection_HArray1_handle_IGESDraw_ConnectPoint
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESDraw_ConnectPoint, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESDraw_ConnectPoint
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESGeom_Boundary
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESGeom_Boundary
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESGeom_Boundary
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESGeom_Boundary): NCollection_HArray1_handle_IGESGeom_Boundary
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESGeom_Boundary, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESGeom_Boundary
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESGeom_CurveOnSurface
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESGeom_CurveOnSurface
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESGeom_CurveOnSurface
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESGeom_CurveOnSurface): NCollection_HArray1_handle_IGESGeom_CurveOnSurface
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESGeom_CurveOnSurface, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESGeom_CurveOnSurface
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESGeom_TransformationMatrix
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESGeom_TransformationMatrix
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESGeom_TransformationMatrix
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESGeom_TransformationMatrix): NCollection_HArray1_handle_IGESGeom_TransformationMatrix
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESGeom_TransformationMatrix, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESGeom_TransformationMatrix
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESGraph_Color
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESGraph_Color
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESGraph_Color
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESGraph_Color): NCollection_HArray1_handle_IGESGraph_Color
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESGraph_Color, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESGraph_Color
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESGraph_TextDisplayTemplate
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESGraph_TextDisplayTemplate
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESGraph_TextDisplayTemplate
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESGraph_TextDisplayTemplate): NCollection_HArray1_handle_IGESGraph_TextDisplayTemplate
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESGraph_TextDisplayTemplate, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESGraph_TextDisplayTemplate
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESGraph_TextFontDef
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESGraph_TextFontDef
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESGraph_TextFontDef
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESGraph_TextFontDef): NCollection_HArray1_handle_IGESGraph_TextFontDef
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESGraph_TextFontDef, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESGraph_TextFontDef
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESSolid_Face
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESSolid_Face
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESSolid_Face
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESSolid_Face): NCollection_HArray1_handle_IGESSolid_Face
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESSolid_Face, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESSolid_Face
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESSolid_Loop
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESSolid_Loop
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESSolid_Loop
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESSolid_Loop): NCollection_HArray1_handle_IGESSolid_Loop
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESSolid_Loop, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESSolid_Loop
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESSolid_Shell
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESSolid_Shell
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESSolid_Shell
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESSolid_Shell): NCollection_HArray1_handle_IGESSolid_Shell
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESSolid_Shell, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESSolid_Shell
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_IGESSolid_VertexList
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_IGESSolid_VertexList
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_IGESSolid_VertexList
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: IGESSolid_VertexList): NCollection_HArray1_handle_IGESSolid_VertexList
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: IGESSolid_VertexList, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_IGESSolid_VertexList
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_CurveElementPurposeMember
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
- constructor(): NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_CurveElementPurposeMember
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_CurveElementPurposeMember
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_CurveElementPurposeMember
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: unknown): NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_CurveElementPurposeMember
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: unknown, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_CurveElementPurposeMember
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_SurfaceElementPurposeMember
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
- constructor(): NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_SurfaceElementPurposeMember
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_SurfaceElementPurposeMember
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_SurfaceElementPurposeMember
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: unknown): NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_SurfaceElementPurposeMember
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: unknown, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_NCollection_HSequence_handle_StepElement_SurfaceElementPurposeMember
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Standard_Persistent
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Standard_Persistent
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Standard_Persistent
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Standard_Persistent): NCollection_HArray1_handle_Standard_Persistent
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Standard_Persistent, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Standard_Persistent
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Standard_Transient
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Standard_Transient
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Standard_Transient
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Standard_Transient): NCollection_HArray1_handle_Standard_Transient
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Standard_Transient, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Standard_Transient
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepBasic_Approval
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepBasic_Approval
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepBasic_Approval
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepBasic_Approval): NCollection_HArray1_handle_StepBasic_Approval
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepBasic_Approval, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepBasic_Approval
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepBasic_DerivedUnitElement
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepBasic_DerivedUnitElement
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepBasic_DerivedUnitElement
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepBasic_DerivedUnitElement): NCollection_HArray1_handle_StepBasic_DerivedUnitElement
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepBasic_DerivedUnitElement, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepBasic_DerivedUnitElement
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepBasic_Document
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepBasic_Document
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepBasic_Document
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepBasic_Document): NCollection_HArray1_handle_StepBasic_Document
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepBasic_Document, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepBasic_Document
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepBasic_NamedUnit
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepBasic_NamedUnit
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepBasic_NamedUnit
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepBasic_NamedUnit): NCollection_HArray1_handle_StepBasic_NamedUnit
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepBasic_NamedUnit, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepBasic_NamedUnit
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepBasic_Organization
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepBasic_Organization
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepBasic_Organization
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepBasic_Organization): NCollection_HArray1_handle_StepBasic_Organization
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepBasic_Organization, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepBasic_Organization
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepBasic_Person
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepBasic_Person
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepBasic_Person
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepBasic_Person): NCollection_HArray1_handle_StepBasic_Person
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepBasic_Person, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepBasic_Person
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepBasic_Product
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepBasic_Product
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepBasic_Product
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepBasic_Product): NCollection_HArray1_handle_StepBasic_Product
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepBasic_Product, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepBasic_Product
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepBasic_ProductContext
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepBasic_ProductContext
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepBasic_ProductContext
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepBasic_ProductContext): NCollection_HArray1_handle_StepBasic_ProductContext
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepBasic_ProductContext, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepBasic_ProductContext
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepBasic_ProductDefinition
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepBasic_ProductDefinition
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepBasic_ProductDefinition
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepBasic_ProductDefinition): NCollection_HArray1_handle_StepBasic_ProductDefinition
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepBasic_ProductDefinition, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepBasic_ProductDefinition
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepBasic_UncertaintyMeasureWithUnit
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepBasic_UncertaintyMeasureWithUnit
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepBasic_UncertaintyMeasureWithUnit): NCollection_HArray1_handle_StepBasic_UncertaintyMeasureWithUnit
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepBasic_UncertaintyMeasureWithUnit, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepBasic_UncertaintyMeasureWithUnit
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepDimTol_DatumReference
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepDimTol_DatumReference
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepDimTol_DatumReference
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepDimTol_DatumReference): NCollection_HArray1_handle_StepDimTol_DatumReference
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepDimTol_DatumReference, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepDimTol_DatumReference
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepDimTol_DatumReferenceCompartment
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepDimTol_DatumReferenceCompartment
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepDimTol_DatumReferenceCompartment): NCollection_HArray1_handle_StepDimTol_DatumReferenceCompartment
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepDimTol_DatumReferenceCompartment, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepDimTol_DatumReferenceCompartment
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepDimTol_DatumReferenceElement
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepDimTol_DatumReferenceElement
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepDimTol_DatumReferenceElement): NCollection_HArray1_handle_StepDimTol_DatumReferenceElement
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepDimTol_DatumReferenceElement, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepDimTol_DatumReferenceElement
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepElement_CurveElementEndReleasePacket
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepElement_CurveElementEndReleasePacket
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepElement_CurveElementEndReleasePacket): NCollection_HArray1_handle_StepElement_CurveElementEndReleasePacket
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepElement_CurveElementEndReleasePacket, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepElement_CurveElementEndReleasePacket
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepElement_CurveElementSectionDefinition
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepElement_CurveElementSectionDefinition
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepElement_CurveElementSectionDefinition): NCollection_HArray1_handle_StepElement_CurveElementSectionDefinition
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepElement_CurveElementSectionDefinition, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepElement_CurveElementSectionDefinition
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepElement_SurfaceSection
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepElement_SurfaceSection
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepElement_SurfaceSection
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepElement_SurfaceSection): NCollection_HArray1_handle_StepElement_SurfaceSection
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepElement_SurfaceSection, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepElement_SurfaceSection
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepElement_VolumeElementPurposeMember
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepElement_VolumeElementPurposeMember
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepElement_VolumeElementPurposeMember): NCollection_HArray1_handle_StepElement_VolumeElementPurposeMember
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepElement_VolumeElementPurposeMember, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepElement_VolumeElementPurposeMember
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepFEA_CurveElementEndOffset
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepFEA_CurveElementEndOffset
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepFEA_CurveElementEndOffset
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepFEA_CurveElementEndOffset): NCollection_HArray1_handle_StepFEA_CurveElementEndOffset
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepFEA_CurveElementEndOffset, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepFEA_CurveElementEndOffset
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepFEA_CurveElementEndRelease
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepFEA_CurveElementEndRelease
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepFEA_CurveElementEndRelease
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepFEA_CurveElementEndRelease): NCollection_HArray1_handle_StepFEA_CurveElementEndRelease
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepFEA_CurveElementEndRelease, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepFEA_CurveElementEndRelease
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepFEA_CurveElementInterval
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepFEA_CurveElementInterval
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepFEA_CurveElementInterval
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepFEA_CurveElementInterval): NCollection_HArray1_handle_StepFEA_CurveElementInterval
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepFEA_CurveElementInterval, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepFEA_CurveElementInterval
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepFEA_ElementRepresentation
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepFEA_ElementRepresentation
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepFEA_ElementRepresentation
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepFEA_ElementRepresentation): NCollection_HArray1_handle_StepFEA_ElementRepresentation
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepFEA_ElementRepresentation, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepFEA_ElementRepresentation
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepFEA_NodeRepresentation
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepFEA_NodeRepresentation
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepFEA_NodeRepresentation
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepFEA_NodeRepresentation): NCollection_HArray1_handle_StepFEA_NodeRepresentation
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepFEA_NodeRepresentation, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepFEA_NodeRepresentation
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepGeom_BoundaryCurve
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepGeom_BoundaryCurve
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepGeom_BoundaryCurve
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepGeom_BoundaryCurve): NCollection_HArray1_handle_StepGeom_BoundaryCurve
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepGeom_BoundaryCurve, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepGeom_BoundaryCurve
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepGeom_CartesianPoint
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepGeom_CartesianPoint
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepGeom_CartesianPoint
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepGeom_CartesianPoint): NCollection_HArray1_handle_StepGeom_CartesianPoint
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepGeom_CartesianPoint, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepGeom_CartesianPoint
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepGeom_CompositeCurveSegment
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepGeom_CompositeCurveSegment
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepGeom_CompositeCurveSegment
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepGeom_CompositeCurveSegment): NCollection_HArray1_handle_StepGeom_CompositeCurveSegment
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepGeom_CompositeCurveSegment, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepGeom_CompositeCurveSegment
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepGeom_Curve
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepGeom_Curve
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepGeom_Curve
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepGeom_Curve): NCollection_HArray1_handle_StepGeom_Curve
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepGeom_Curve, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepGeom_Curve
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepRepr_MaterialPropertyRepresentation
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepRepr_MaterialPropertyRepresentation
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepRepr_MaterialPropertyRepresentation): NCollection_HArray1_handle_StepRepr_MaterialPropertyRepresentation
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepRepr_MaterialPropertyRepresentation, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepRepr_MaterialPropertyRepresentation
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepRepr_PropertyDefinitionRepresentation
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepRepr_PropertyDefinitionRepresentation
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepRepr_PropertyDefinitionRepresentation): NCollection_HArray1_handle_StepRepr_PropertyDefinitionRepresentation
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepRepr_PropertyDefinitionRepresentation, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepRepr_PropertyDefinitionRepresentation
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepRepr_RepresentationItem
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepRepr_RepresentationItem
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepRepr_RepresentationItem
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepRepr_RepresentationItem): NCollection_HArray1_handle_StepRepr_RepresentationItem
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepRepr_RepresentationItem, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepRepr_RepresentationItem
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepRepr_ShapeAspect
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepRepr_ShapeAspect
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepRepr_ShapeAspect
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepRepr_ShapeAspect): NCollection_HArray1_handle_StepRepr_ShapeAspect
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepRepr_ShapeAspect, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepRepr_ShapeAspect
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepShape_ConnectedEdgeSet
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepShape_ConnectedEdgeSet
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepShape_ConnectedEdgeSet
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepShape_ConnectedEdgeSet): NCollection_HArray1_handle_StepShape_ConnectedEdgeSet
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepShape_ConnectedEdgeSet, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepShape_ConnectedEdgeSet
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepShape_ConnectedFaceSet
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepShape_ConnectedFaceSet
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepShape_ConnectedFaceSet
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepShape_ConnectedFaceSet): NCollection_HArray1_handle_StepShape_ConnectedFaceSet
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepShape_ConnectedFaceSet, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepShape_ConnectedFaceSet
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepShape_Edge
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepShape_Edge
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepShape_Edge
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepShape_Edge): NCollection_HArray1_handle_StepShape_Edge
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepShape_Edge, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepShape_Edge
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepShape_Face
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepShape_Face
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepShape_Face
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepShape_Face): NCollection_HArray1_handle_StepShape_Face
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepShape_Face, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepShape_Face
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepShape_FaceBound
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepShape_FaceBound
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepShape_FaceBound
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepShape_FaceBound): NCollection_HArray1_handle_StepShape_FaceBound
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepShape_FaceBound, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepShape_FaceBound
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepShape_OrientedClosedShell
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepShape_OrientedClosedShell
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepShape_OrientedClosedShell
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepShape_OrientedClosedShell): NCollection_HArray1_handle_StepShape_OrientedClosedShell
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepShape_OrientedClosedShell, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepShape_OrientedClosedShell
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepShape_OrientedEdge
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_StepShape_OrientedEdge
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepShape_OrientedEdge
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepShape_OrientedEdge): NCollection_HArray1_handle_StepShape_OrientedEdge
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepShape_OrientedEdge, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepShape_OrientedEdge
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepVisual_CurveStyleFontPattern
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepVisual_CurveStyleFontPattern
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepVisual_CurveStyleFontPattern): NCollection_HArray1_handle_StepVisual_CurveStyleFontPattern
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepVisual_CurveStyleFontPattern, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepVisual_CurveStyleFontPattern
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepVisual_PresentationStyleAssignment
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepVisual_PresentationStyleAssignment
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepVisual_PresentationStyleAssignment): NCollection_HArray1_handle_StepVisual_PresentationStyleAssignment
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepVisual_PresentationStyleAssignment, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepVisual_PresentationStyleAssignment
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_StepVisual_TessellatedStructuredItem
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_StepVisual_TessellatedStructuredItem
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepVisual_TessellatedStructuredItem): NCollection_HArray1_handle_StepVisual_TessellatedStructuredItem
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepVisual_TessellatedStructuredItem, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_StepVisual_TessellatedStructuredItem
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Storage_CallBack
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Storage_CallBack
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Storage_CallBack
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Storage_CallBack): NCollection_HArray1_handle_Storage_CallBack
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Storage_CallBack, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Storage_CallBack
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_Storage_Schema
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_Storage_Schema
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_Storage_Schema
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Storage_Schema): NCollection_HArray1_handle_Storage_Schema
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Storage_Schema, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_Storage_Schema
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_TCollection_HAsciiString
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_TCollection_HAsciiString
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_TCollection_HAsciiString
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: TCollection_HAsciiString): NCollection_HArray1_handle_TCollection_HAsciiString
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: TCollection_HAsciiString, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_TCollection_HAsciiString
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_handle_TDF_Attribute
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_handle_TDF_Attribute
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_handle_TDF_Attribute
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: TDF_Attribute): NCollection_HArray1_handle_TDF_Attribute
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: TDF_Attribute, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_handle_TDF_Attribute
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_HLRAlgo_PolyHidingData
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_HLRAlgo_PolyHidingData
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_HLRAlgo_PolyHidingData
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: HLRAlgo_PolyHidingData): NCollection_HArray1_HLRAlgo_PolyHidingData
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: HLRAlgo_PolyHidingData, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_HLRAlgo_PolyHidingData
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_HLRAlgo_PolyInternalSegment
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_HLRAlgo_PolyInternalSegment
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_HLRAlgo_PolyInternalSegment
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: HLRAlgo_PolyInternalSegment): NCollection_HArray1_HLRAlgo_PolyInternalSegment
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: HLRAlgo_PolyInternalSegment, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_HLRAlgo_PolyInternalSegment
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_HLRAlgo_TriangleData
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_HLRAlgo_TriangleData
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_HLRAlgo_TriangleData
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: HLRAlgo_TriangleData): NCollection_HArray1_HLRAlgo_TriangleData
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: HLRAlgo_TriangleData, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_HLRAlgo_TriangleData
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_int
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_int
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_int
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: number): NCollection_HArray1_int
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: number, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_int
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_NCollection_List_int
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_NCollection_List_int
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_NCollection_List_int
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: NCollection_List_int): NCollection_HArray1_NCollection_List_int
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: NCollection_List_int, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_NCollection_List_int
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_NCollection_List_TopoDS_Shape
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_NCollection_List_TopoDS_Shape
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_NCollection_List_TopoDS_Shape
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: NCollection_List_TopoDS_Shape): NCollection_HArray1_NCollection_List_TopoDS_Shape
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: NCollection_List_TopoDS_Shape, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_NCollection_List_TopoDS_Shape
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_NCollection_Sequence_double
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_NCollection_Sequence_double
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_NCollection_Sequence_double
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: NCollection_Sequence_double): NCollection_HArray1_NCollection_Sequence_double
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: NCollection_Sequence_double, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_NCollection_Sequence_double
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_NCollection_Sequence_int
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_NCollection_Sequence_int
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_NCollection_Sequence_int
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: NCollection_Sequence_int): NCollection_HArray1_NCollection_Sequence_int
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: NCollection_Sequence_int, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_NCollection_Sequence_int
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_Plate_PinpointConstraint
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_Plate_PinpointConstraint
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_Plate_PinpointConstraint
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Plate_PinpointConstraint): NCollection_HArray1_Plate_PinpointConstraint
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Plate_PinpointConstraint, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_Plate_PinpointConstraint
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_Poly_Triangle
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_Poly_Triangle
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_Poly_Triangle
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Poly_Triangle): NCollection_HArray1_Poly_Triangle
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Poly_Triangle, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_Poly_Triangle
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_Quantity_Color
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_Quantity_Color
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_Quantity_Color
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: Quantity_Color): NCollection_HArray1_Quantity_Color
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: Quantity_Color, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_Quantity_Color
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_StepAP203_ApprovedItem
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_StepAP203_ApprovedItem
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_StepAP203_ApprovedItem
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepAP203_ApprovedItem): NCollection_HArray1_StepAP203_ApprovedItem
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepAP203_ApprovedItem, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_StepAP203_ApprovedItem
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_StepAP203_CertifiedItem
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_StepAP203_CertifiedItem
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_StepAP203_CertifiedItem
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepAP203_CertifiedItem): NCollection_HArray1_StepAP203_CertifiedItem
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepAP203_CertifiedItem, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_StepAP203_CertifiedItem
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.
NCollection_HArray1_StepAP203_ChangeRequestItem
Template class for Handle-managed 1D arrays. Inherits from both NCollection_Array1<TheItemType> and Standard_Transient, providing reference-counted array functionality.
Constructors(5)
Default constructor.
- constructor(theOther: any): NCollection_HArray1_StepAP203_ChangeRequestItem
Copy constructor from array.
Parameters (1)theOther—the array to copy from
- constructor(theLower: number, theUpper: number): NCollection_HArray1_StepAP203_ChangeRequestItem
Constructor with bounds.
Parameters (2)theLower—lower bound of the arraytheUpper—upper bound of the array
- constructor(theLower: number, theUpper: number, theValue: StepAP203_ChangeRequestItem): NCollection_HArray1_StepAP203_ChangeRequestItem
Constructor with bounds and initial value.
Parameters (3)theLower—lower bound of the arraytheUpper—upper bound of the arraytheValue—initial value for all elements
- constructor(theBegin: StepAP203_ChangeRequestItem, theLower: number, theUpper: number, theUseBuffer: boolean): NCollection_HArray1_StepAP203_ChangeRequestItem
Constructor from C array.
Parameters (4)theBegin—reference to the first element of a C arraytheLower—lower bound of the arraytheUpper—upper bound of the arraytheUseBuffer—flag indicating whether to use external buffer (must be explicit)
Static methods(2)
- get_type_name(): string
Instance methods(3)
- Array1(): any
Returns const reference to the underlying array.
- ChangeArray1(): any
Returns mutable reference to the underlying array.