Class IfcCartesianTransformationOperator
Inheritance
System.Object
IfcCartesianTransformationOperator
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcCartesianTransformationOperator>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.GeometryResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcCartesianTransformationOperator", 146)]
public abstract class IfcCartesianTransformationOperator : IfcGeometricRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IIfcCartesianTransformationOperator, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcCartesianTransformationOperator>, IExpressValidatable
Properties
| Improve this Doc View SourceAxis1
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcDirection Axis1 { get; set; }
Property Value
Type | Description |
---|---|
IfcDirection |
Axis2
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcDirection Axis2 { get; set; }
Property Value
Type | Description |
---|---|
IfcDirection |
Dim
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcDimensionCount Dim { get; }
Property Value
Type | Description |
---|---|
IfcDimensionCount |
LocalOrigin
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcCartesianPoint LocalOrigin { get; set; }
Property Value
Type | Description |
---|---|
IfcCartesianPoint |
Scale
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcReal? Scale { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcReal> |
Scl
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcReal Scl { get; }
Property Value
Type | Description |
---|---|
IfcReal |
Methods
| Improve this Doc View SourceEquals(IfcCartesianTransformationOperator)
Declaration
public bool Equals(IfcCartesianTransformationOperator other)
Parameters
Type | Name | Description |
---|---|---|
IfcCartesianTransformationOperator | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
| Improve this Doc View SourceValidate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcCartesianTransformationOperator.IfcCartesianTransformationOperatorClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcCartesianTransformationOperator.IfcCartesianTransformationOperatorClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcCartesianTransformationOperator.IfcCartesianTransformationOperatorClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIIfcCartesianTransformationOperator.Axis1
Declaration
IIfcDirection IIfcCartesianTransformationOperator.Axis1 { get; set; }
Returns
Type | Description |
---|---|
IIfcDirection |
IIfcCartesianTransformationOperator.Axis2
Declaration
IIfcDirection IIfcCartesianTransformationOperator.Axis2 { get; set; }
Returns
Type | Description |
---|---|
IIfcDirection |
IIfcCartesianTransformationOperator.LocalOrigin
Declaration
IIfcCartesianPoint IIfcCartesianTransformationOperator.LocalOrigin { get; set; }
Returns
Type | Description |
---|---|
IIfcCartesianPoint |
IIfcCartesianTransformationOperator.Scale
Declaration
IfcReal? IIfcCartesianTransformationOperator.Scale { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcReal> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>