Thickness Property (ITrace) Send Feedback
See Also 
Gets or sets the thickness of this Trace.

Syntax

Visual Basic 
Property Thickness As System.Double
C# 
System.double Thickness {get; set;}
JavaScript 
get_Thickness () : Number
put_Thickness (
   NewVal : Number
)
COM native C++ 
HRESULT get_Thickness(
   DOUBLE* Val
) 
HRESULT put_Thickness( 
   DOUBLE NewVal
C++ 
DSRESULT get_Thickness (
   double* Val
)
DSRESULT put_Thickness(
   double NewVal
)

Property Value

Thickness:

  • 0 for no thickness
  • Positive value extrudes upward
  • Negative value extrudes downward

See Remarks.

Example

See the ITrace examples.

Remarks

Thickness is the extrusion depth along the vector normal to this entity.

See Also

Availability

DraftSight V1R5.0