AngleMeasure (hwx.inspire.core)

Measures the angle between three points.

Angle measure creates a INCANG request/measure.

Attributes

active: Bool angle: Double entity3: Attribute
location3: Location name: Attribute visible: Bool

Attribute Details

active : Bool

Returns or sets the object activeness.

Setting this on or off sets all children. Setting to True sets all the parents active too.

angle : Double (units=”angle”)

Angle formed between the three points.

entity3 : Attribute

The third Part or Feature the measure is attached to.

location3 : Location (units=”length”)

Location of the measure on entity3.

name : Attribute

Returns or sets the name of the object.

It can be any text string, including spaces, although it’s best to avoid using the following characters: ” ‘ * ? and $.

While these characters are allowed, they could create difficulties when you export the model to other applications.

visible : Bool

Determines whether the object is visible in the modeling window.

Setting this on or off sets all children. Setting to True sets all the parents visible too.

Property Details

entity1()

The first Part or Feature the measure is attached to.

entity2()

The second Part or Feature the measure is attached to.

location1()

Location of the measure on entity1.

location2()

Location of the measure on entity2.